Skip to content

Commit

Permalink
fix: hmr store import
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 22, 2020
1 parent 15a5fdb commit 844de69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/store/src/webpack/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function(content: string) {
const options = getOptions(context) || {};
const { bundleFileName } = options;
content = `
import { HMRStore } from './dist/HMRStore';
import { HMRStore } from './dist/types';
export let store = new HMRStore(
require('${bundleFileName}'),
);
Expand Down

0 comments on commit 844de69

Please sign in to comment.