Skip to content

Commit

Permalink
Remove externals modification and update webpack-config to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Oct 19, 2018
1 parent f835c95 commit 9fe5f05
Show file tree
Hide file tree
Showing 3 changed files with 1,613 additions and 62 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@silverstripe/eslint-config": "^0.0.2",
"@silverstripe/webpack-config": "^0.4.1",
"@silverstripe/webpack-config": "^0.13.0",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"enzyme": "^3.3.0",
Expand Down
9 changes: 1 addition & 8 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ const config = [
},
devtool: (ENV !== 'production') ? 'source-map' : '',
resolve: resolveJS(ENV, PATHS),
externals: Object.assign(
{},
externalJS(ENV, PATHS),
{
// @todo remove this once @silverstripe/webpack-config has this updated and published
'state/tabs/TabsActions': 'TabsActions',
}
),
externals: externalJS(ENV, PATHS),
module: moduleJS(ENV, PATHS),
plugins: pluginJS(ENV, PATHS),
},
Expand Down
Loading

0 comments on commit 9fe5f05

Please sign in to comment.