forked from Github/frigate
fix(web): build fixes after rebase
This commit is contained in:
committed by
Blake Blackshear
parent
f00628f4e5
commit
d2e7c360b9
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user