UNPKG
webpackconfig
Version:
latest (0.0.2)
0.0.2
0.0.1
Helper for creating webpack configs
webpackconfig
/
.babelrc
5 lines
(4 loc)
•
65 B
Plain Text
View Raw
1
2
3
4
5
{
"presets"
:
[
"es2015"
,
"stage-0"
]
,
"plugins"
:
[
"lodash"
]
}