changed proxy-polyfill to 0.1.6 as newer versions break on React Native. Added 'umd' libraryTarget for react native.

This commit is contained in:
Akinwale Ariwodola 2018-04-21 21:24:40 +01:00
parent adaea6c816
commit 81f45c3f6b
3 changed files with 377 additions and 391 deletions

765
dist/bundle.js vendored

File diff suppressed because it is too large Load diff

View file

@ -26,7 +26,7 @@
"format": "prettier 'src/**/*.{js,json}' --write"
},
"dependencies": {
"proxy-polyfill": "^0.2.0",
"proxy-polyfill": "0.1.6",
"reselect": "^3.0.0"
},
"devDependencies": {

View file

@ -8,6 +8,7 @@ module.exports = {
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist'),
libraryTarget: 'umd'
},
module: {
rules: [