Skip to content

Commit d0620ba

Browse files
Clean yarn.lock (codesandbox#3927)
* Clean yarn.lock * Add an eslint ignore * Add dependency Co-authored-by: Sara Vieira <hey@iamsaravieira.com>
1 parent 692c8a3 commit d0620ba

File tree

3 files changed

+641
-1937
lines changed

3 files changed

+641
-1937
lines changed

packages/app/src/app/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ window.getSignal = path =>
139139
overmind.initialized.then(() => {
140140
requirePolyfills().then(() => {
141141
if (isSafari) {
142+
// eslint-disable-next-line
142143
import('subworkers');
143144
}
144145

packages/components/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@types/color": "3.0.1",
5555
"@types/lodash": "^4.14.149",
5656
"@types/styled-components": "^4.4.1",
57+
"babel-preset-react-app": "^9.1.2",
5758
"cpx": "^1.5.0",
5859
"if-env": "^1.0.4",
5960
"np": "^5.2.1",

0 commit comments

Comments
 (0)