UNPKG

webpack-get-dlls

Version:

Get DLL configs from a webpack config

12 lines (9 loc) 216 B
// to test cli (done manually) const DllReferencePlugin = require('./DllReferencePlugin') module.exports = { plugins: [ new DllReferencePlugin({ manifest: './test/manifest.json' }) ] }