mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-11 00:36:26 +00:00
15 lines
291 B
Plaintext
15 lines
291 B
Plaintext
{
|
|
"presets": ["react", "es2015"],
|
|
"env": {
|
|
"development": {
|
|
"presets": ["react-hmre"]
|
|
},
|
|
"test": {
|
|
"presets": ["env" ,"react", "es2015"],
|
|
"plugins": [
|
|
[ "babel-plugin-webpack-alias", { "config": "<rootDir>/webpack.config.js" } ]
|
|
]
|
|
}
|
|
}
|
|
}
|