Skip to content

Commit

Permalink
fix: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 18, 2020
1 parent d7cf1ab commit b08e750
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion core/store/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export let store: StoryStore = new HMRStore(
);
if (module.hot) {
module.hot.accept('@component-controls/webpack-compile/bundle', () => {
//@ts-ignore
import('@component-controls/webpack-compile/bundle').then(updated => {
store = (store as HMRStore).hmr(updated);
});
Expand Down
1 change: 1 addition & 0 deletions core/store/src/typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
declare module '@component-controls/loader/story-store-data';
declare module '@analytics/google-analytics';
declare module '@component-controls/webpack-compile/bundle';

0 comments on commit b08e750

Please sign in to comment.