mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
Revert "test: update chunk file name to reflect new name"
This reverts commit 3af88fef8b3255971cc20034d31b01012b7cacb3. No longer needed because the interop lays out the node modules directory like without the interop & `ts_project` migration; so the chunk name changed back to what it was before. Good news.
This commit is contained in:
parent
b6268f7a30
commit
40533103cc
@ -11,7 +11,7 @@ import { BASE_OPTIONS, BROWSER_BUILDER_INFO, describeBuilder } from '../setup';
|
||||
|
||||
const MAIN_OUTPUT = 'dist/main.js';
|
||||
const NAMED_LAZY_OUTPUT = 'dist/src_lazy-module_ts.js';
|
||||
const UNNAMED_LAZY_OUTPUT = 'dist/414.js';
|
||||
const UNNAMED_LAZY_OUTPUT = 'dist/358.js';
|
||||
|
||||
describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
||||
describe('Option: "namedChunks"', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user