Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

ERROR in Encountered an error while minifying static/js/239.a78507da56f201d78a6e1606289989328.js:

SyntaxError: Unexpected token: punc ())

ERROR in Encountered an error while minifying static/js/298.224ce6bad851545d8ed51606289989328.js:

SyntaxError: Unexpected token: keyword (const)

有很多这样的错,是ES6转化的问题吗

{
    "presets": [
        ["@babel/env", { // babel7的写法,
         "targets": {
                        "edge": "17",
         "firefox": "60",
         "chrome": "67",
         "safari": "11.1"
         },
         "corejs": "2", // 指定编译的corejs版本,否则构建线上环境时会报警告
         "useBuiltIns": "usage"
         }]
            ],
         "plugins": ["transform-vue-jsx", "@babel/plugin-transform-runtime", "@babel/plugin-syntax-dynamic-import"]
        }

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...