Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix browser-support related bugs #1

Merged
merged 1 commit into from
Jan 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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