'import' and 'export' may only appear at the top level

后端 未结 15 1583
耶瑟儿~
耶瑟儿~ 2020-12-08 18:00

I\'m using webpack with vuejs. Webpack does its thing, but when I look at the outputted app.js file, it gives me this error.

\'import\' and \'export\

15条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-08 18:45

    I do not know how to solve this problem differently, but this is solved simply. The loader babel should be placed at the beginning of the array and everything works.

提交回复
热议问题