import syntax not working with webpack

前端 未结 2 1614
醉话见心
醉话见心 2021-01-04 06:00

I got Illegal import declaration error. when I tried to integrated a react js repo with webpack

I migrated the original source code from https://githu

2条回答
  •  离开以前
    2021-01-04 06:19

    Use Babel via babel-loader to transform import declarations (and other ES2015 if you want). http://babeljs.io/docs/setup/#webpack

提交回复
热议问题