ztoben / assets-webpack-plugin

Webpack plugin that emits a json file with assets paths
https://www.npmjs.com/package/assets-webpack-plugin
MIT License
957 stars 104 forks source link

feat: respect webpack defaults by using fully initialized compiler object #405

Open Den-dp opened 3 years ago

Den-dp commented 3 years ago

This change helps for cases when useCompilerPath option is used, but output.path is not defined (since it is optional https://webpack.js.org/migrate/5/?_sm_au_=iVVn83n2sDMW0RFrMjpfkK68cqsfp#clean-up-configuration )

Closes: #403