mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
6 lines
308 B
JavaScript
6 lines
308 B
JavaScript
// This file is necessary when using a linked @angular/cli to this repo, meaning that
|
|
// require('@angular/cli/plugins/webpack') will load this file, and we just forward to
|
|
// the actual published file.
|
|
require('../lib/bootstrap-local');
|
|
module.exports = require('../packages/@angular/cli/plugins/webpack');
|