UNPKG
@arco-plugins/webpack-react
Version:
beta (1.4.10-beta.2)
latest (1.4.9)
1.4.10-beta.2
1.4.9
1.4.9-beta.2
1.4.9-beta.1
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
arco webpack plugin
github.com/arco-design/arco-plugins
arco-design/arco-plugins
@arco-plugins/webpack-react
/
lib
/
arco-design-plugin
/
config
/
babel.config.js
15 lines
(14 loc)
•
345 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
presets
: [ [
require
.
resolve
(
'@babel/preset-typescript'
), {
allExtensions
:
true
,
isTSX
:
true
, }, ], [
require
.
resolve
(
'@babel/preset-react'
)], ], };