asfktz / autodll-webpack-plugin

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

Cannot add property autodllStatsRetrieved, object is not extensible #150

Open zhouyicc opened 3 years ago

zhouyicc commented 3 years ago

Configuration is as follows : new autoDllWebpackPlugin({ inject: true, // will inject the DLL bundles to index.html filename: '[name].js', entry: { vendor: [ 'react', 'react-dom' ] } })

tommoor commented 3 years ago

Same issue, error is at node_modules/autodll-webpack-plugin/lib/plugin.js:115:44 if useful

yanghuanrong commented 2 years ago

没有解决吗?

kmsheng commented 1 year ago

This project is dead.