Setup formatting
This commit is contained in:
parent
d34f25295c
commit
dd850d11d1
45 changed files with 230 additions and 190 deletions
|
|
@ -25,7 +25,7 @@ module.exports = (env, argv) => ({
|
|||
},
|
||||
devtool: argv.mode === 'development' ? 'source-map' : false,
|
||||
watchOptions: {
|
||||
poll: true
|
||||
poll: true,
|
||||
},
|
||||
optimization: {
|
||||
minimize: argv.mode !== 'development',
|
||||
|
|
@ -35,7 +35,7 @@ module.exports = (env, argv) => ({
|
|||
test: /\.js$/,
|
||||
terserOptions: {
|
||||
keep_classnames: true,
|
||||
}
|
||||
},
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
|
@ -64,7 +64,7 @@ module.exports = (env, argv) => ({
|
|||
options: {
|
||||
loader: 'ts',
|
||||
target: 'es2015',
|
||||
}
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue