We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not getting hashes in the files emitted by the plugin:
I even wonder why am I getting web-components.js file emitted at all. It should be part of the app chunk. Right?
This is how my entry looks like:
entry: { app: [ 'blueimp-canvas-to-blob', './scripts/main.ts', './styles/main.scss', '../bower_components/webcomponentsjs/webcomponents-lite', '../web-components.html' ], somethingElse: [ './something-else/something-else.ts', './something-else/something-else.scss' ] },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not getting hashes in the files emitted by the plugin:
I even wonder why am I getting web-components.js file emitted at all. It should be part of the app chunk. Right?
This is how my entry looks like:
The text was updated successfully, but these errors were encountered: