Output filename not configured Error in Webpack

前端 未结 17 1830
执笔经年
执笔经年 2021-01-07 18:08

I had installed it globally by running npm install webpack -g and I had included it in my project by running npm install webpack --save-dev.

However, on running the

17条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-07 18:24

    Also double-check that the webpack.config.js file is in the right spot (in general, the root directory of the project) and the paths listed in the config file are correct.

提交回复
热议问题