mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
chore(angular): update build for new stencil config
This commit is contained in:
2
angular/scripts/build-core.js
vendored
2
angular/scripts/build-core.js
vendored
@ -12,7 +12,7 @@ function buildIonicAngular() {
|
||||
const args = [
|
||||
'build',
|
||||
'--config',
|
||||
path.join(__dirname, '..', 'stencil.config.js'),
|
||||
path.join(__dirname, '..', 'stencil.config.ts'),
|
||||
...process.argv.slice(2)
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user