assets-webpack-plugin
assets-webpack-plugin copied to clipboard
feat: respect webpack defaults by using fully initialized compiler object
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