removing testing files

This commit is contained in:
Blake Blackshear
2021-06-11 21:15:21 -05:00
parent 58cfb8bba4
commit 138fa45820
3 changed files with 0 additions and 24 deletions

View File

@@ -3,7 +3,6 @@ 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: {