Skip to content

Commit

Permalink
Config(webpack): add react-loadable and react-i18next to reactVendors
Browse files Browse the repository at this point in the history
  • Loading branch information
Armour committed Aug 20, 2018
1 parent 391d68a commit 12216c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webpack.config.dll.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ import webpack from 'webpack';
import ProgressBarWebpackPlugin from 'progress-bar-webpack-plugin';

const reactVendors = [
'connected-react-router',
'react',
'react-dom',
'react-hot-loader',
'react-i18next',
'react-loadable',
'react-router-dom',
'react-redux',
'redux',
'redux-logger',
'redux-saga',
'connected-react-router',
];

const immutableVendors = [
Expand Down

0 comments on commit 12216c7

Please sign in to comment.