Skip to content

TypeError: Cannot read property 'source' of undefined. #1

Closed
@sanonz

Description

@sanonz

It does not work when inject: false is used.

new HtmlWebpackPlugin({
  filename: './index.html'
}),
new HtmlWebpackPlugin({
  inject: false,
  filename: './supports.html'
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions