mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05: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'));
|