Use global React, ReactDOM, and ReactRouterDOM from unpkg
This commit is contained in:
@ -45,6 +45,7 @@
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.0.3",
|
||||
"babel-loader": "^7.1.2",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"babel-preset-stage-2": "^6.24.1",
|
||||
@ -68,6 +69,9 @@
|
||||
"node": "8"
|
||||
},
|
||||
"jest": {
|
||||
"testPathIgnorePatterns": ["/node_modules/", "__tests__/utils"]
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"__tests__/utils"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user