potatis/nes-wasm/snowpack.config.js
Henrik Persson 90852a6e7e WASM!
2022-10-04 14:29:38 +02:00

16 lines
215 B
JavaScript

module.exports = {
mount: {
www: '/',
},
workspaceRoot: '.',
exclude: [
'**/*.rs',
'**/*.lock',
'**/*.toml',
'**/*.md',
'**/target/**',
],
devOptions: {
hmrDelay: 200,
}
};