fix(web): build fixes after rebase

This commit is contained in:
Paul Armstrong
2021-02-07 07:33:37 -08:00
committed by Blake Blackshear
parent f00628f4e5
commit d2e7c360b9
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
plugins: ['@snowpack/plugin-postcss', '@prefresh/snowpack', 'snowpack-plugin-hash'],
routes: [{ match: 'routes', src: '.*', dest: '/index.html' }],
optimize: {
bundle: true,
bundle: false,
minify: true,
treeshake: true,
},