development tweaks

This commit is contained in:
Blake Blackshear
2021-06-11 07:27:48 -05:00
parent e66643973a
commit 329b35a407
2 changed files with 2 additions and 1 deletions
+1
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: {