Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Webpack 4 Entrypoint undefined #48

Closed
brunocodutra opened this issue Mar 19, 2018 · 0 comments
Closed

Webpack 4 Entrypoint undefined #48

brunocodutra opened this issue Mar 19, 2018 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@brunocodutra
Copy link
Owner

The third argument of SingleEntryPlugin constructor is missing:

new SingleEntryPlugin(context, `!${cache}${loader}!${logo}`).apply(compiler);

See also jantimon/html-webpack-plugin#895 and jantimon/html-webpack-plugin@26dcb98

@brunocodutra brunocodutra added bug Something isn't working good first issue Good for newcomers labels Mar 19, 2018
brunocodutra added a commit that referenced this issue Mar 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant