Skip to content

Commit

Permalink
fix(worker): Fix issue where workers would not load
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Feb 28, 2020
1 parent f725074 commit 2c3de2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"react-scripts": "^3.4.0",
"react-swipeable-views": "0.13.3",
"react-swipeable-views-utils": "^0.13.4",
"react-tap-event-plugin": "^3.0.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
Expand All @@ -88,6 +87,6 @@
"node-sass": "^4.13.1",
"standard-version": "^7.1.0",
"typescript": "^3.8.2",
"worker-plugin": "^3.2.0"
"workerize-loader": "^1.1.0"
}
}
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'whatwg-fetch';
// import injectTapEventPlugin from 'react-tap-event-plugin';
import App from './js/App';
import './scss/index.scss';
// import Sdk from '../SDK';
Expand Down
2 changes: 1 addition & 1 deletion src/vendor/kernel
Submodule kernel updated 1 files
+3 −1 core/Process.ts

0 comments on commit 2c3de2d

Please sign in to comment.