Fix indentation of webpack config

pull/11892/head
Travis Ralston 2020-01-16 11:33:55 -07:00
parent 6ce50435e3
commit 69d49f9881
1 changed files with 25 additions and 25 deletions

View File

@ -99,7 +99,7 @@ module.exports = (env, argv) => {
exclude: /node_modules/,
loader: 'babel-loader',
options: {
cacheDirectory: true,
cacheDirectory: true
}
},
{