Skip to content

[webpack v4] - default to './src/' if entry is not provided #1308

@TheLarkInn

Description

@TheLarkInn
  • webpack Version: "@next"
  • webpack-dev-server Version: "@next"
  • [ x ] This is a bug

Code

const HtmlWebpackPlugin = require("html-webpack-plugin");

module.exports = {
    mode: "development",
    plugins: [
        new HtmlWebpackPlugin()
    ]
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions