Skip to content

Commit

Permalink
fix: #324 update snowpack issue workaround
Browse files Browse the repository at this point in the history
- switch to another temp workaround until snowpack team
  fixes FredKSchott/snowpack#3621
  • Loading branch information
postspectacular committed Oct 25, 2021
1 parent 32d77cf commit 6dfbf71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/errors/src/assert.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defError } from "./deferror.js";

// FIXME https://github.com/snowpackjs/snowpack/issues/3621#issuecomment-907731004
import.meta.hot;
// FIXME https://github.com/snowpackjs/snowpack/issues/3768
/* imports meta.hot method */

declare const __SNOWPACK_ENV__: any;

Expand Down
3 changes: 2 additions & 1 deletion packages/expose/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// FIXME https://github.com/snowpackjs/snowpack/issues/3621#issuecomment-907731004
import.meta.hot;
// FIXME https://github.com/snowpackjs/snowpack/issues/3768
/* imports meta.hot method */

declare const __SNOWPACK_ENV__: any;

Expand Down

0 comments on commit 6dfbf71

Please sign in to comment.