| 12345678910111213141516171819 | 
							- module.exports = {
 
-   mount: {
 
-     public: { url: '/', static: true },
 
-     src: { url: '/dist' },
 
-   },
 
-   plugins: ['@snowpack/plugin-postcss', '@prefresh/snowpack', 'snowpack-plugin-hash'],
 
-   routes: [{ match: 'routes', src: '.*', dest: '/index.html' }],
 
-   optimize: {
 
-     bundle: false,
 
-     minify: true,
 
-     treeshake: true,
 
-   },
 
-   packageOptions: {
 
-     sourcemap: false,
 
-   },
 
-   buildOptions: {
 
-     sourcemap: false,
 
-   },
 
- };
 
 
  |