UNPKG
webpack-get-dlls
Version:
latest (4.0.0)
4.0.0
3.0.0
2.0.1
2.0.0
1.0.0
Get DLL configs from a webpack config
webpack-get-dlls
/
test
/
webpack.config.js
12 lines
(9 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// to test cli (done manually)
const
DllReferencePlugin
=
require(
'./DllReferencePlugin'
)
module
.
exports
= { plugins: [
new
DllReferencePlugin
({ manifest:
'./test/manifest.json'
}) ] }