Electron-vue: Webpack 4 support

Created on 24 Apr 2018  路  9Comments  路  Source: SimulatedGREG/electron-vue

Is it possible to update the Webpack version?

Most helpful comment

I have upgraded my pet project configs/script for webpack-4, working fine so far. Will post the update.

All 9 comments

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.

625 has been merged and this template is now using webpack 4

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rodrigomata picture rodrigomata  路  3Comments

blackw212 picture blackw212  路  3Comments

oscar-g picture oscar-g  路  3Comments

jt-wang picture jt-wang  路  3Comments

okwangyu picture okwangyu  路  3Comments