Skip to content

Commit

Permalink
Update svelte-hmr
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Dec 27, 2021
1 parent aa49c73 commit 95d630d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions MelteCompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,6 @@ SvelteCompiler = class SvelteCompiler extends CachingCompiler {
code,
svelteOptions
);

// makeHot injects a reference to `import.meta`, which Meteor does not support
compiledResult.js.code = compiledResult.js.code.replace(
'if (false) import.meta.hot.accept();',
''
);
}

let css;
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package.describe({
});

Npm.depends({
'svelte-hmr': '0.13.2',
'svelte-hmr': '0.14.9',
'find-up': '3.0.0',
htmlparser2: '3.10.1',
'postcss': '7.0.17',
Expand Down

0 comments on commit 95d630d

Please sign in to comment.