Skip to content

Instantly share code, notes, and snippets.

@Eraden
Created August 7, 2020 12:35
Show Gist options
  • Save Eraden/1457c9ec2b021f3af3ca362f3f92dc7e to your computer and use it in GitHub Desktop.
Save Eraden/1457c9ec2b021f3af3ca362f3f92dc7e to your computer and use it in GitHub Desktop.
/* always use lodash! https://lodash.com/ */
module.exports = {
entry: {
vendor: ['react', 'react-redux', 'redux', 'moment', 'lodash'],
main: 'your-main'
},
output: {
path: path.join(root, 'dist'),
filename: '[name].[hash].js',
chunkFilename: '[id].css',
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment