This commit is contained in:
syuilo
2020-07-23 23:50:15 +09:00
parent d35f90b36d
commit ca23d81d0a
2 changed files with 3 additions and 1 deletions

View File

@@ -146,6 +146,9 @@ module.exports = {
resolveLoader: {
modules: ['node_modules']
},
experiments: {
topLevelAwait: true
},
devtool: false, //'source-map',
mode: isProduction ? 'production' : 'development'
};