electron-userland / electron-compile

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

Compile child process file #143

Open bunterWolf opened 8 years ago

bunterWolf commented 8 years ago

Hey :) Is there a way to include a child-process file in the compile workflow?

import {fork} from 'child_process'
fork(__dirname + '/worker.js');

merci!

mouarf commented 6 years ago

Hi, I would like to do this but can't find anything about it. Is it still impossible ?