mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
@@ -36,6 +36,10 @@ const main = async () => {
|
||||
{
|
||||
name: 'worker_bundle_deps',
|
||||
config: 'webpack.config.worker.js'
|
||||
},
|
||||
{
|
||||
name: 'asar_bundle_deps',
|
||||
config: 'webpack.config.asar.js'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user