electron-userland / electron-compile

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

How to transpile referenced modules? #323

Open Richienb opened 5 years ago

Richienb commented 5 years ago

At the moment, Electron Compile only transpiles the referenced file and not the files referenced by it. How do I work around this?