feat: lazy load widgets and modal sections, fix transition on settings modal

This commit is contained in:
David Ralph
2021-04-11 11:17:09 +01:00
parent 149bcdbe05
commit 465596d22d
7 changed files with 56 additions and 26 deletions

View File

@@ -44,7 +44,7 @@ module.exports = {
},
output: {
path: path.resolve(__dirname, './build'),
filename: 'bundle.js',
filename: '[name].js',
clean: true
},
devServer: {