Output filename not configured Error in Webpack

前端 未结 17 1829
执笔经年
执笔经年 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:22

    You have a typo somewhere in your webpack.config.js file. Review your config file. Had similar problem and it was as a result of a typo.

提交回复
热议问题