MitchellMarkGeorge / TabButler

A tab manager at your service.
https://tabbutler.netlify.app/
MIT License
43 stars 5 forks source link

Webpack Merge Improperly Imported #1

Closed dylanplayer closed 2 years ago

dylanplayer commented 2 years ago

npm run build throws an error due to webpack.prod.js improperly importing merge from webpack-merge. This is a common issue when upgrading from Webpack v4 to v5 where merge is no longer the default export, rather a named export.