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

Instance index is wrong when other plugins are used #36

Closed
asfktz opened this issue Jul 11, 2017 · 0 comments
Closed

Instance index is wrong when other plugins are used #36

asfktz opened this issue Jul 11, 2017 · 0 comments
Labels
Milestone

Comments

@asfktz
Copy link
Owner

asfktz commented Jul 11, 2017

plugins: [
    new HtmlWebpackPlugin({
      inject: true,
      template: './src/index.html',
    }),
    new AutoDllPlugin({
      debug: true,
      inject: true,
      filename: '[name]_[hash].js',
      path: './dll',
      entry: {
        vendor: [
          'react',
          'react-dom',
          'moment'
        ]
      }
    })
  ]

Should create an instance cache dir named: development_instance_0_73245b0499068c0b1433cfcfc30202b8

But we get instead: development_instance_1_73245b0499068c0b1433cfcfc30202b8

Without HtmlWebpackPlugin we get the correct index

@asfktz asfktz added the bug label Jul 11, 2017
@asfktz asfktz added this to the next release milestone Jul 11, 2017
@asfktz asfktz closed this as completed Jul 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant