asfktz / autodll-webpack-plugin

Webpack's DllPlugin without the boilerplate
MIT License
1.46k stars 80 forks source link

add path parameter html script src can add / #149

Open fariellany opened 4 years ago

fariellany commented 4 years ago

new AutoDllPlugin({ inject: true, // 设为 true 就把 DLL bundles 插到 index.html 里 filename: '[name].dll.js', context: PROJECT_PATH, path: 'js/dll', entry: { reactDll: [ 'react', 'react-dom', ] } })

//html

path error 404

why? i need this