UNPKG

406 BPlain TextView Raw
1{
2 "presets": [
3 "es2015",
4 "react",
5 "stage-0"
6 ],
7 "plugins": [
8 "transform-runtime",
9 "transform-object-assign",
10 "add-module-exports",
11 "transform-decorators-legacy",
12 "transform-es3-member-expression-literals",
13 "transform-es3-property-literals"
14 ],
15 "ignore": [
16 "jquery.js",
17 "jquery.min.js",
18 "bootstrap.js",
19 "bootstrap.min.js"
20 ]
21}
\No newline at end of file