assemble-webpack icon indicating copy to clipboard operation
assemble-webpack copied to clipboard

Support newer webpack version and plugin support

Open dpd73 opened this issue 1 year ago • 0 comments

Hi there,

Thanks for this plugin, it has been useful while I try and migrate a legacy app from grunt to webpack.

However #14 ought to be merged to support newer versions of webpack, otherwise you'll encounter:

[webpack-cli] TypeError: compiler.plugin is not a function
...SNIP...

for anyone else seeking to use this plugin, the fork has been published https://www.npmjs.com/package/assemble-webpack-new

Also, any idea on how to integrate assemble plugins? https://assemble.io/plugins/ In particular https://github.com/assemble/grunt-assemble-permalinks

Thanks again

dpd73 avatar Jun 30 '23 11:06 dpd73