attempt to package a new project after installing npm, webpack and webpack-cli, and the error is as follows:
:
webpack.config.js is as follows:
module.exports = {
entry: [
"./src/js/index.js",
"./src/js/test.js",
"./src/js/test2.js",
],
output: {
filename: "build.min.js"
}
};
could you tell me how to solve the problem? Using webpack 4