Open fariellany opened 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
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