Skip to content

There is an extra auto in the file path #260

Description

@jingzhiz

When I configure this way why is the script tag src property path 'auto/dll_react.js' in the resulting html file not 'dll_react.js'

new HtmlWebpackPlugin({
  template: './index.html'
}),
new VueLoaderPlugin(),
new ProvidePlugin({
  axios: 'axios',
  get: ['axios', 'get']
}),
new DllReferencePlugin({
  manifest: pathResolve('./dll/react.manifest.json')
}),
new AddAssetHtmlWebpackPlugin({
  filepath: resolve(__dirname, '../dll/dll_react.js')
})

image

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions