mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
15 lines
405 B
JavaScript
Executable File
15 lines
405 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
/**
|
|
* @license
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
'use strict';
|
|
|
|
|
|
require('../lib/bootstrap-local');
|
|
const packages = require('../lib/packages').packages;
|
|
require(packages['@angular-devkit/build-optimizer'].bin['build-optimizer']);
|