first commit
This commit is contained in:
13
admin-kalsport/themes/new-theme/.babelrc
Normal file
13
admin-kalsport/themes/new-theme/.babelrc
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"presets": ["env"],
|
||||
"plugins": [
|
||||
"transform-object-rest-spread"
|
||||
],
|
||||
"env": {
|
||||
"test": {
|
||||
"plugins": [
|
||||
["babel-plugin-webpack-aliases", { "config": "./webpack.config.js" }]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user