Skip to content

Disable injecting manifest into chunks. - #52

Open
sunyang713 wants to merge 1 commit into
soundcloud:masterfrom
sunyang713:patch-1
Open

Disable injecting manifest into chunks.#52
sunyang713 wants to merge 1 commit into
soundcloud:masterfrom
sunyang713:patch-1

Conversation

@sunyang713

Copy link
Copy Markdown

Addresses #47, #48, #49, #50.

@mbrevda

mbrevda commented Sep 12, 2017

Copy link
Copy Markdown

@diurnalist would this patch work?

@chaffeqa

Copy link
Copy Markdown

I can confirm this fixes at least my dev env

@chaffeqa

chaffeqa commented Oct 24, 2017

Copy link
Copy Markdown

Update here, that line is actually required when using NamedModulesPlugin.

I think the solution is to combine #37, #53 and change this to:

if (!inlineManifest) {
    chunk.files.push(manifestFilename);
}

Edit: I think jouni-kantola/inline-chunk-manifest-html-webpack-plugin#17 (comment) is dependent on this FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants