UNPKG
prejss-postcss-parser
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
PreJSS Parser based on PostCSS and plugins
github.com/axept/prejss
axept/prejss-postcss-parser
prejss-postcss-parser
/
.babelrc
14 lines
(13 loc)
•
191 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
:
[
"es2015"
,
"stage-0"
]
,
"plugins"
:
[
"transform-flow-strip-types"
,
[
"transform-runtime"
,
{
"polyfill"
:
false
,
"regenerator"
:
true
}
]
]
}