question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

  • Test with optimization.realContentHash
  • Remove webpack-sources dependency in favor of require("webpack").sources

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:21

github_iconTop GitHub Comments

1reaction
jscheidcommented, Oct 18, 2020

@LP1994 please don’t comment across multiple tickets about the same issue. I’ve tested your example with webpack-subresource-integrity 1.5.1, webpack 5.1.3, and html-webpack-plugin 4.5.0 and it works fine here now.

html-webpack-plugin 5.0.0-alpha is currently unsupported. You need to use version 4.

If you can confirm it works with version 4, please let me know.

If you still have problems:

  • Make sure your sample repository is updated to use html-webpack-plugin version 4, not 5
  • Commit package-lock.json or yarn.lock to the repository so I can see exactly which versions you’re using
  • Open a new ticket instead of commenting here or on #131
  • Describe your problem as clearly as possible, for example by saying which browser version you’re using, what exactly you expect to happen, and what happens instead.

Thank you.

1reaction
LP1994commented, Oct 14, 2020

@LP1994 please could you create a sample repository that shows the problem?

Okay, but we will be able to create a warehouse for your testing later. Thank you. Your prompt reply.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Webpack 5 release (2020-10-10)
Webpack 5 adds a new feature called "Module Federation", which allows multiple webpack builds to work together. From runtime perspective modules ...
Read more >
Webpack 5 : Guide for beginners - DEV Community ‍ ‍
In short, webpack is a static module bundler for modern JavaScript applications. It's impossible to mention all tools and it's unnecessary for a ......
Read more >
Webpack 5 Crash Course | Frontend Development Setup
In this video, we will create a Webpack dev environment from scratch including... Webpack setupWebpack Dev ServerHTML Webpack PluginSass ...
Read more >
webpack 5 - GitHub
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the ...
Read more >
Webpack 5 Module Federation: A game-changer in JavaScript ...
Webpack 5 Module Federation: A game-changer in JavaScript architecture · Module federation allows a JavaScript application to dynamically run code from another ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found