- Added TypeScript, Webpack 2 and Redux with redux-immutable - Converted many js files to ts or tsx
29 lines
563 B
Plaintext
29 lines
563 B
Plaintext
{
|
|
"presets": [
|
|
"react",
|
|
"stage-1"
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
"transform-do-expressions",
|
|
"transform-object-rest-spread",
|
|
"transform-es2015-destructuring",
|
|
// "transform-es2015-modules-commonjs",
|
|
"transform-es2015-parameters",
|
|
"transform-runtime"
|
|
// ],
|
|
// "env": {
|
|
// "production": {
|
|
// "presets": [
|
|
// "es2015",
|
|
// "react"
|
|
// ],
|
|
// "plugins": [
|
|
// "transform-class-properties",
|
|
// "transform-do-expressions",
|
|
// "transform-object-rest-spread",
|
|
// "transform-runtime"
|
|
]
|
|
// }
|
|
// }
|
|
} |