mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
e63e92028b
* Upgrade webpack Fixes #83 * Transform modules in tests * rc1 of extract text * rc2 of extract text * stable of extract text * last dep bumps * Add ModuleConcatenationPlugin * Fix lint error
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
{
|
|
"presets": ["react", ["es2015", {"modules": false}], "stage-2"],
|
|
"plugins": ["transform-decorators-legacy"],
|
|
"env": {
|
|
"development": {
|
|
"presets": ["react-hmre"]
|
|
},
|
|
"test": {
|
|
"plugins": ["transform-es2015-modules-commonjs"]
|
|
}
|
|
}
|
|
}
|