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

Upgrading to v1.1.2 break inlining the manifest in HTML #48

Open
ramrami opened this issue Jul 28, 2017 · 2 comments
Open

Upgrading to v1.1.2 break inlining the manifest in HTML #48

ramrami opened this issue Jul 28, 2017 · 2 comments

Comments

@ramrami
Copy link

ramrami commented Jul 28, 2017

I'm inlining the manifest.js in html using the inline-manifest-webpack-plugin and other plugins. With v1.1.0 everything was working fine. But after I upgraded to v1.1.2 all I get in my html is this :

<script>{"0":"0.bundle.js","1":"1.bundle.js"}</script>

I'm not sure if this is an issue with chunk-manifest-webpack-plugin or with inline-manifest-webpack-plugin . But downgrading chunk-manifest-webpack-plugin to v1.1.0 solved my problem.

versions :
webpack@3.3.0
html-webpack-plugin@2.29.0
chunk-manifest-webpack-plugin@1.1.2
inline-manifest-webpack-plugin@3.0.1
inline-chunk-manifest-html-webpack-plugin@1.1.1

@ramrami ramrami changed the title Upgrading to v1.1.2 break the inline-manifest-webpack-plugin Upgrading to v1.1.2 break the inlining the manifest in HTML Jul 28, 2017
@ramrami ramrami changed the title Upgrading to v1.1.2 break the inlining the manifest in HTML Upgrading to v1.1.2 break inlining the manifest in HTML Jul 28, 2017
@turnerhayes
Copy link

I think this may be a duplicate of #47

@patroza
Copy link

patroza commented Aug 6, 2017

Same problem here.

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

No branches or pull requests

3 participants