-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0.0 (electron-react-boilerplate#2661)
* feat: rename dev script to start * chore: improve devtools installer usage (electron-react-boilerplate#2600) * Update babel monorepo * Update dependency @fortawesome/fontawesome-free to ^5.15.0 * Replace the deprecated NamedModulesPlugin with the optimization.named… (electron-react-boilerplate#2614) * fix: use electron-renderer target as default * Replace the deprecated NamedModulesPlugin with the optimization.namedModules Co-authored-by: Amila Welihinda <amilajack@gmail.com> * chore: create releases only on master push (electron-react-boilerplate#2626) * chore: create release branches only on master push * fix: temporarily disable e2e tests * chore(deps): update babel monorepo * chore(deps): update dependency @types/jest to ^26.0.15 * chore(deps): update dependency @teamsupercell/typings-for-css-modules-loader to ^2.4.0 * chore(deps): update dependency @types/react-dom to ^16.9.9 * chore: migrate to latest erb eslint config * chore: update changelog * feat: simplify erb (electron-react-boilerplate#2651) * feat: simplfiy erb * feat: migrate to react-refresh, simplify dir structure * chore: rename resources dir to assets * feat: run yarn deduplicate on postinstall * fix: fix typescript declaration issues * feat: add minimal tests * fix: disable e2e tests on ci * fix: misc fixes * feat: move dll dir to .erb dir * fix: fix broken icon paths * chore: remove e2e tests and testcafe integration * feat: simplify erb scripts * feat: remove START_HOT env variable * chore(deps): update babel monorepo * chore(deps): update dependency @testing-library/react to ^11.2.2 * chore(deps): update dependency @types/node to v14.14.10 * feat: add notarize support * chore: add initial landing page boilerplate * chore: simplify readme * chore: remove readme reference to spectrum * feat: add experimental vscode debugging integration Co-authored-by: May <aprilandjan@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Woonchan Cho <cronus17@gmail.com>
- Loading branch information
1 parent
c26f548
commit 0597190
Showing
113 changed files
with
2,628 additions
and
6,076 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
2 changes: 1 addition & 1 deletion
2
configs/webpack.config.eslint.js → .erb/configs/webpack.config.eslint.js
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* eslint import/no-unresolved: off, import/no-self-import: off */ | ||
require('@babel/register'); | ||
require('../.erb/scripts/node_modules/@babel/register'); | ||
|
||
module.exports = require('./webpack.config.renderer.dev.babel').default; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
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.