mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(e2e): remove experimental deeplink arg, add deepLinksDir
This commit is contained in:
@ -57,7 +57,6 @@ export function createWorker(msg: MessageToWorker): any {
|
||||
|
||||
// default it to use the test/basic, or test/xyz directory
|
||||
const deepLinksDir = dirname(dirname(msg.appNgModulePath));
|
||||
|
||||
try {
|
||||
let scriptArgs = [
|
||||
'build',
|
||||
@ -68,7 +67,6 @@ export function createWorker(msg: MessageToWorker): any {
|
||||
'--wwwDir', msg.distDir,
|
||||
'--tsconfig', msg.tsConfig,
|
||||
'--readConfigJson', 'false',
|
||||
'--experimentalParseDeepLinks', 'true',
|
||||
'--experimentalManualTreeshaking', 'false',
|
||||
'--experimentalPurgeDecorators', 'false',
|
||||
'--ionicAngularDir', msg.ionicAngularDir,
|
||||
|
Reference in New Issue
Block a user