Is it possible to update the Webpack version?
Unfortunately, the current setup will not work with webpack 4I. I am also looking forward to the update!
on my local system i have no build errors, but on the travis server the extract-text-webpack-plugin causes an error :(
i researched and found out that the extract-text-webpack-plugin is marked as deprecated and will not be maintained for webpack4.
Webpack 4 has updated options & plugin system this makes current configs and scripts incompatible with it. Though it does require less config out of the box.
Update
I am working on new config and updated scripts and packages, will post an update if I succeed.
I have upgraded my pet project configs/script for webpack-4, working fine so far. Will post the update.
You can try: vue-electron-template
All features from this boilerplate, all packages updated and simplified scripts.
@mubaidr http://github.com/electron-userland/electron-webpack support webpack 4 (https://github.com/SimulatedGREG/electron-vue/issues/310)
I have resolved this issue via my pull request #620
https://github.com/SimulatedGREG/electron-vue/pull/625 is a slightly more complete version at this point.
Most helpful comment
I have upgraded my pet project configs/script for webpack-4, working fine so far. Will post the update.