Skip to content

Commit

Permalink
Removed dependancies from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Jul 27, 2018
1 parent 221ddc6 commit 465a3ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"author": "Anthony Blackshaw",
"license": "MIT",
"devDependencies": {
"ContentTools": "^1.6.9",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
Expand All @@ -59,7 +58,6 @@
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"content-flow": "^0.1.1",
"coveralls": "^3.0.0",
"cross-env": "^5.1.3",
"eslint": "^4.18.1",
Expand All @@ -74,6 +72,8 @@
"webpack-cli": "^2.0.9"
},
"dependencies": {
"ContentTools": "^1.6.9",
"content-flow": "^0.1.1",
"manhattan-essentials": "^1.0.0",
"manhattan-assets": "^1.0.0-beta.5"
}
Expand Down
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module.exports = {
},

externals: {
'ContentTools': 'ContentTools',
'content-flow': 'content-flow',
'manhattan-assets': 'manhattan-assets',
'manhattan-essentials': 'manhattan-essentials'
},
Expand Down

0 comments on commit 465a3ae

Please sign in to comment.