I’ve scoured the internet in the search for a Webpack 4 config.js that works with Middleman but unfortunately haven’t found a solution. It seems everybody in the middleman community is happy to stay on Webpack 3, which hasn’t had a release in almost a year. The reason I’ve found is that the extract-text-webpack-plugin is no longer supported after Webpack 3, which is needed to export CSS into a file.
While I don’t need the latest and greatest, and Webpack 3 currently works for me, I’m interested to learn if anybody has middleman working with Webpack 4 and willing to share their webpack.config.js. I’m not really a full-on front-end developer and a designer/developer hybrid – I personally have not figured out the solution to this.
Thanks in advance.