build: tsify asar and move to webpack js2c pipeline (#24495)
* build: tsify asar and move to webpack js2c pipeline * build: use the webpack provider for fs-wrapper
This commit is contained in:
parent
4c3da359fc
commit
f649e604be
13 changed files with 889 additions and 814 deletions
3
lib/asar/init.ts
Normal file
3
lib/asar/init.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { wrapFsWithAsar } from './fs-wrapper';
|
||||
|
||||
wrapFsWithAsar(require('fs'));
|
Loading…
Add table
Add a link
Reference in a new issue