Skip to content

Commit

Permalink
chore(webpack): remove unused html-beautify external
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Dec 16, 2016
1 parent 74b9417 commit 8a047a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,14 @@ if (__TEST__ || argv.localModules) {
})

// find them on the window
webpackConfig.externals = {
webpackConfig.externals = Object.assign({}, webpackConfig.externals, {
faker: 'faker',
'anchor-js': 'AnchorJS',
'babel-standalone': 'Babel',
react: 'React',
'react-dom': 'ReactDOM',
'react-dom/server': 'ReactDOMServer',
'html-beautify': 'html_beautify',
}
})
}

module.exports = webpackConfig

0 comments on commit 8a047a3

Please # to comment.