-
-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!(webpack-plugin): upgrade to Webpack 5 (#2225)
* refactor(plugin-webpack): change express to webpack-dev-server Remove express/webpack-hot-middleware/webpack-dev-middleware for a simple webpack-dev-server * chore: bump minimum version of node to 12 in line with webpack-dev-server BREAKING CHANGE: Drop support for Node < 12. * test: fast tests can no longer be run in parallel For some reason the tests keep failing with the following error: ``` 1) Uncaught error outside test suite: Uncaught Workerpool Worker terminated Unexpectedly exitCode: `0` signalCode: `null` workerpool.script: `electron-forge/node_modules/mocha/lib/nodejs/worker.js` spawnArgs: `electron-forge/node_modules/mocha/lib/nodejs/worker.js` spawnfile: `/usr/bin/node` stdout: `null` stderr: `null` ``` Co-authored-by: Mark Lee <malept@users.noreply.github.com>
- Loading branch information
1 parent
4dc66df
commit 564a445
Showing
11 changed files
with
975 additions
and
1,204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.