diff --git a/webpack.config.js b/webpack.config.js index fe37fb29..4ed35074 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,11 +15,6 @@ module.exports = { devtoolModuleFilenameTemplate: '[resource-path]' }, - externals: { - 'flux': 'flux', - 'immutable': 'immutable' - }, - resolve: { extensions: [ '', '.js', '.jsx', '.json' ], modulesDirectories: [ 'web_modules', 'node_modules', 'src' ]