Be more specific about what we want to dedupe with browserify-resolutions

pull/7232/head
Raul Ochoa 9 years ago
parent a1fcbb8899
commit 77246919e9

@ -15,7 +15,11 @@ module.exports = {
browserifyOptions: {
debug: true
}
},
plugin: [
['browserify-resolutions', ['backbone', 'jquery', 'jquery-ui']]
]
};
if (bundle.options) {

@ -35,6 +35,7 @@
"autoprefixer-core": "5.2.1",
"aws-sdk": "2.0.0-rc11",
"browserify": "11.0.1",
"browserify-resolutions": "^1.1.0",
"csswring": "^3.0.5",
"git-rev": "0.2.1",
"grunt": "0.4.5",

Loading…
Cancel
Save