Created
December 16, 2017 11:34
-
-
Save kasper573/9ea8f27ca63f7cc03e468d54f38fce10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new AutoDllPlugin({ | |
inject: true, | |
debug: true, | |
filename: '[name].dll.js', | |
entry: { | |
vendor: Object.keys(JSON.parse(fs.readFileSync('./package.json', 'utf8')).dependencies) | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment