Skip to content

Commit

Permalink
Revert "test: update chunk file name to reflect new name"
Browse files Browse the repository at this point in the history
This reverts commit 3af88fe.

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.
  • Loading branch information
devversion authored and clydin committed Dec 19, 2024
1 parent b6268f7 commit 4053310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"', () => {
Expand Down

0 comments on commit 4053310

Please sign in to comment.