UNPKG
angular-webpack-quickstart
Version:
latest (0.1.2)
0.1.2
Angular QuickStart with Webpack 2 - source from the documentation.
angular-webpack-quickstart
/
.babelrc
7 lines
•
151 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"sourceMaps"
:
true
,
"presets"
:
[
"es2015"
,
"es2016"
,
"es2017"
,
"stage-3"
]
,
"plugins"
:
[
"transform-runtime"
]
,
"ignore"
:
[
]
}