mirror of
https://github.com/electron/electron.git
synced 2026-03-19 03:02:02 -04:00
* build: tsify asar and move to webpack js2c pipeline * build: use the webpack provider for fs-wrapper
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
import { wrapFsWithAsar } from './fs-wrapper';
|
|
|
|
wrapFsWithAsar(require('fs'));
|