Skip to content

Commit

Permalink
[plugin-svelte] disable svelte-hmr conflicting overlay (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
rixo authored and FredKSchott committed Dec 18, 2020
1 parent 6d35838 commit f6b1f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4",
"dependencies": {
"rollup-plugin-svelte": "^7.0.0",
"svelte-hmr": "^0.12.0",
"svelte-hmr": "^0.12.1",
"svelte-preprocess": "^4.6.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions plugins/plugin-svelte/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ module.exports = function plugin(snowpackConfig, pluginOptions = {}) {
...hmrOptions,
absoluteImports: false,
injectCss: true,
noOverlay: true,
},
compiled,
originalCode: codeToCompile,
Expand Down

0 comments on commit f6b1f8a

Please sign in to comment.