electron-userland / electron-compile

DEPRECATED: Electron supporting package to compile JS and CSS in Electron applications
1.01k stars 99 forks source link

Update README.md #300

Closed felixrabe closed 6 years ago

felixrabe commented 6 years ago

Fix broken documentation link.

felixrabe commented 6 years ago

Btw I'm wondering. Both the projects listed on https://electronjs.org/docs/tutorial/boilerplates-and-clis (ie. electron-forge and electron-builder) somehow (used to) depend on / support electron-compile. What changed? As there is no activity on this repository here and electron-forge removed electron-compile in February, what is a suggested replacement for electron-compile?

MarshallOfSound commented 6 years ago

@felixrabe electron-forge will still support electron-compile but through a plugin and not by default, we are also introducing support for webpack and parcel. All this stuff is being worked on right now and documentation for what is done / being worked on can be found at https://v6.electronforge.io

felixrabe commented 6 years ago

Great, thanks for the heads up!