Permalink
Please
sign in to comment.
Browse files
feat(generic): remove electron-compile, make forge less opinionated a…
…nd quite vanilla BREAKING CHANGE
- Loading branch information
Showing
with
188 additions
and 332 deletions.
- +2 −5 README.md
- +0 −1 SUPPORT.md
- +2 −79 src/api/import.js
- +5 −20 src/api/init.js
- +2 −1 src/api/make.js
- +10 −8 src/api/package.js
- +17 −4 src/api/start.js
- +0 −2 src/electron-forge-init.js
- +2 −2 src/init/init-custom.js
- +6 −47 src/init/init-npm.js
- +0 −24 src/init/init-standard-fix.js
- +2 −3 src/init/init-starter-files.js
- +0 −40 src/util/compile-hook.js
- +6 −0 src/util/electron-version.js
- +5 −1 src/util/forge-config.js
- +2 −2 src/util/hook.js
- +50 −0 src/util/plugin-interface.js
- +6 −4 src/util/resolve-dir.js
- +12 −2 test/fast/forge-config_spec.js
- +9 −3 test/fast/hook_spec.js
- +6 −1 test/fast/publish_spec.js
- +22 −5 test/fast/start_spec.js
- +1 −1 test/fixture/dummy_app/package.json
- +1 −1 test/fixture/dummy_js_conf/package.json
- +19 −42 test/slow/api_spec_slow.js
- +0 −24 tmpl/_compilerc
- +0 −9 tmpl/_eslintrc
- +1 −1 tmpl/index.js

Oops, something went wrong.
0 comments on commit
d59695e