UNPKG
webpack-init-project
Version:
latest (1.0.1)
1.0.1
1.0.0
learning webpack completely
github.com/specialCoder/use-webpack
specialCoder/use-webpack
webpack-init-project
/
.babelrc
18 lines
•
350 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
"current"
}
}
]
,
"stage-0"
]
,
"plugins"
:
[
[
"transform-runtime"
,
{
"helpers"
:
false
,
"polyfill"
:
false
,
"regenerator"
:
true
,
"moduleName"
:
"babel-runtime"
}
]
]
}