build: disable webpack polling for hot reload
potential fix for dev server recompiling--currently not using hot reload anyway
This commit is contained in:
parent
65b7c10ba1
commit
58ff64dfbb
@ -17,6 +17,7 @@ module.exports = [
|
||||
watchFiles: ["src/**/*", __filename],
|
||||
open: true,
|
||||
compress: true,
|
||||
hot: false,
|
||||
static: [
|
||||
{
|
||||
directory: shoelaceAssetsSrcPath,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user