Skip to content

Commit

Permalink
Fix browser-support related bugs (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrenceLJones authored and Jon Quach committed Jan 14, 2019
1 parent 414fe78 commit 0bde67d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 11 deletions.
43 changes: 33 additions & 10 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": "src/DevTools.js",
"scripts": {
"prestart": "prestart",
"build": "zero build",
"build": "BUILD_WEBPACK=true zero build",
"build:single": "node scripts/build-single.js",
"build:umd": "node scripts/build-umd.js",
"bundle": "npm run build:single && npm run build:umd",
Expand Down Expand Up @@ -48,6 +48,7 @@
"dependencies": {
"@helpscout/hsds-react": "^2.5.0",
"@helpscout/wedux": "^0.0.11",
"react-app-polyfill": "^0.2.0",
"react-color": "2.14.1",
"react-rnd": "9.0.4"
},
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'react-app-polyfill/ie11'
import React from 'react'
import ReactDOM from 'react-dom'
import DevTools from './DevTools'
Expand Down

0 comments on commit 0bde67d

Please sign in to comment.