Module build failed: SyntaxError: E:/.../index.js: Unexpected token (6:8)
4 | const routerLazyLoad = filename => {
5 | return () =>
> 6 | import (
| ^
項目移動時丟失了以“.”開頭的配置文件,其中因為丟失了“.babelrc”文件所以導致es6語法未能通過編譯
Module build failed: SyntaxError: E:/.../index.js: Unexpected token (6:8)
4 | const routerLazyLoad = filename => {
5 | return () =>
> 6 | import (
| ^
項目移動時丟失了以“.”開頭的配置文件,其中因為丟失了“.babelrc”文件所以導致es6語法未能通過編譯
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。