Skip to content

There is an extra auto in the file path #260

@jingzhiz

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

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