development tweaks

This commit is contained in:
Blake Blackshear
2021-05-23 08:38:31 -05:00
parent b91b0d39dd
commit fd51c7a955
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ module.exports = {
public: { url: '/', static: true },
src: { url: '/dist' },
},
exclude: ['**/jsmpeg.*'],
plugins: ['@snowpack/plugin-postcss', '@prefresh/snowpack', 'snowpack-plugin-hash'],
routes: [{ match: 'all', src: '(?!.*(.svg|.gif|.json|.jpg|.jpeg|.png|.js)).*', dest: '/index.html' }],
optimize: {