Fix indentation of webpack config
This commit is contained in:
parent
6ce50435e3
commit
69d49f9881
1 changed files with 25 additions and 25 deletions
|
@ -99,7 +99,7 @@ module.exports = (env, argv) => {
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
options: {
|
options: {
|
||||||
cacheDirectory: true,
|
cacheDirectory: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue