chore(bundle): Bundle only one RX

This commit is contained in:
Stuart Taylor
2018-01-26 10:37:13 +00:00
parent fff0dd5a66
commit ead6b99f61
3 changed files with 7 additions and 6 deletions

8
package-lock.json generated
View File

@ -14947,16 +14947,16 @@
}
},
"rx": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/rx/-/rx-4.0.8.tgz",
"integrity": "sha1-23Lz6ZRiQhatq63uI/1u4K7ApKE="
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz",
"integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I="
},
"rx-dom": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/rx-dom/-/rx-dom-7.0.3.tgz",
"integrity": "sha1-+HbzmEU//DRqxlGH7dbnF+0R/gk=",
"requires": {
"rx": "4.0.8"
"rx": "4.1.0"
}
},
"rx-lite": {

View File

@ -127,7 +127,7 @@
"redux-form": "^5.2.3",
"request": "^2.65.0",
"reselect": "^3.0.0",
"rx": "~4.0.8",
"rx": "^4.1.0",
"rx-dom": "^7.0.3",
"sanitize-html": "^1.11.1",
"snyk": "^1.68.1",

View File

@ -28,7 +28,8 @@ module.exports = {
},
resolve: {
alias: {
'dist/rx.all.js': 'rx/dist/rx.all.js'
'dist/rx.all.js': 'rx/dist/rx.all.js',
rx: path.resolve(path.join(__dirname, 'node_modules', 'rx'))
}
},
module: {