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

inlineManifest #35

Open
svipas opened this issue Apr 25, 2017 · 1 comment
Open

inlineManifest #35

svipas opened this issue Apr 25, 2017 · 1 comment

Comments

@svipas
Copy link

svipas commented Apr 25, 2017

Hello,

does it makes sense to use inlineManifest if I have this:

    new webpack.optimize.CommonsChunkPlugin({
      names: ['vendor', 'manifest'],
      minChunks: Infinity
    }),
    new ChunkManifestPlugin({
      filename: 'chunks-manifest.json',
      manifestVariable: 'webpackManifest'
    }),

Or without inlineManifest it doesn't work correctly with html-webpack-plugin?

@svipas
Copy link
Author

svipas commented Apr 29, 2017

@spadgos

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

1 participant