YanlanLI
Results
1
issues of
YanlanLI
1.the config: ` plugins:[ new HtmlWebpackPlugin({ template: './src/index.html' }), new webpack.DllReferencePlugin({ manifest: resolve(__dirname, 'dll/manifest.json') }), new AddAssetHtmlWebpackPlugin({ filepath: require.resolve("./dll/jquery.js") }) ] ` 2.run 'webpack' success 3.but the inserted script label...