Electron-vue: Migrate to Webpack 2

Created on 27 Nov 2016  路  4Comments  路  Source: SimulatedGREG/electron-vue

Update setup to use Webpack 2. Initial plan to support webpack@^2.1.0-beta.25 and release to master once official release is made.

enhancement triage

Most helpful comment

Webpack 2 is fully supported within the current project structure and is currently available within the dev branch. Since all dependencies will now be treated as externals I will changing the project structure a little to give more support for the main process. Once that is complete, expect a release to master soon.

All 4 comments

FYI, be on the lookout for a stable Webpack 2.x very soon.

https://github.com/webpack/webpack/releases/tag/v2.2.0-rc.4

This is probably the last RC. We released it as final test.
If no critial bugs are discovered, we release 2.2.0 in < 10 days.

Just what I want to hear! Thanks.

Migrating webpack structure to treat all dependencies as externals. Much better for building and will enable use of main process modules.

Webpack 2 is fully supported within the current project structure and is currently available within the dev branch. Since all dependencies will now be treated as externals I will changing the project structure a little to give more support for the main process. Once that is complete, expect a release to master soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

blackw212 picture blackw212  路  3Comments

Oriol-GG picture Oriol-GG  路  3Comments

mvalim picture mvalim  路  4Comments

Quadriphobs1 picture Quadriphobs1  路  3Comments

xiaomizhou66 picture xiaomizhou66  路  3Comments