Field 'browser' doesn't contain a valid alias configuration

后端 未结 16 2329
无人共我
无人共我 2020-12-01 11:54

I\'ve started using webpack2 (to be precise, v2.3.2) and after re-creating my config I keep running into an issue I can\'t seem to solve I get (sorry in advance

16条回答
  •  情歌与酒
    2020-12-01 12:20

    In my case I was using invalid templateUrl.By correcting it problem solved.

    @Component({
            selector: 'app-edit-feather-object',
            templateUrl: ''
        })
    

提交回复
热议问题