Skip to content
New issue

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

add html-webpack-plugin v4 support #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

insanecoding
Copy link

  • rewrite the plugin to add support for html-webpack-plugin v.4
  • use es6 syntax
  • fix the bug when the sourcemap was emitted, even though the manifest was inlined

@insanecoding
Copy link
Author

this PR should fix the following issues: #25 and #23

@silkfire
Copy link

@szrenwei Any chance you could look into this PR?

@insanecoding
Copy link
Author

@silkfire the repo seems to be abandoned, unfortunately :(

but I released my fork as a package, you can install it like:
npm i -D @insanecoding/inline-manifest-webpack-plugin

or with yarn:
yarn add --dev @insanecoding/inline-manifest-webpack-plugin

hopefully, it'll unblock you for now 😊

@silkfire
Copy link

@insanecoding Thank you, I'll try that! Yea I just realized it hasn't been updated for quite some time now :(

@kroko
Copy link

kroko commented Jun 4, 2020

but I released my fork as a package, you can install it like:
npm i -D @insanecoding/inline-manifest-webpack-plugin

will try it out, thanks!

@shridevishetty18
Copy link

shridevishetty18 commented Dec 22, 2023

@insanecoding ,
inline-manifest-webpack-plugin is not supported by Webpack 5 while migrating from V4.
Is there any alternative solution or forked version available which has inline-manifest-webpack-plugin functionality which supports v5?

@insanecoding
Copy link
Author

@insanecoding , inline-manifest-webpack-plugin is not supported by Webpack 5 while migrating from V4. Is there any alternative solution or forked version available which has inline-manifest-webpack-plugin functionality which supports v5?

Thank you @shridevishetty18 for reporting it! I'll look when I have time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants