electron-prebuilt-compile icon indicating copy to clipboard operation
electron-prebuilt-compile copied to clipboard

electron-prebuilt with Babel and React built-in

Results 37 electron-prebuilt-compile issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Seems likely to be the last of the 4.x versions. https://github.com/electron/electron/releases/tag/v4.2.12 Includes v4.0.4 where they changed the NODE_MODULE_VERSION to 69 Includes several security patches.

This is the latest version of 2.0.x. Please publish this version since it probably is the last version of 2.0.x and contains security fixes.

Here is a package update for the newest Electron version. Tested and used for private projects already.

Hello.After updating to version 1.7.8 I encountered the following error: ``` Failed to compile /home/kounelios/Documents/GitHub/UGSM/src/public/views/index.jade: Cannot find module 'acorn' Error: Cannot find module 'acorn' at Module._resolveFilename (module.js:470:15) at Function.Module._resolveFilename (/home/kounelios/Documents/GitHub/UGSM/node_modules/electron-prebuilt-compile/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)...

Let's make it so every time a new version of `electron` is published, this module updates itself with little or no human intervention. @paulcbetts what does the current release process...

Hi everyone, How do we use electron-prebuilt-compile in tandem with create-react-app? I assume we do not build our project (nor use the `build` folder with `react-scripts`) since electron-prebuilt-compile will handle...

In console got this error, react is not working with that

Hi, I am building a React + Electron app and am having trouble once the app has been packaged for release. The es2015 syntax no longer works once the app...

I'm coming from a traditional web app development environment where I use webpack pretty consistently. In using webpack, I and my team are able to `import` scss files directly using...