aecomet / aecomet.github.io

Profile Page.
MIT License
1 stars 0 forks source link

webpackでuglifyjsを利用するとbuildできない #3

Closed aecomet closed 4 years ago

aecomet commented 5 years ago

Tracelog

Uncaught TypeError: Cannot read property 'call' of undefined
    at __webpack_require__ (app.js:81)
    at Object.<anonymous> (vuetify.js:1286)
    at __webpack_require__ (app.js:81)
    at Object.<anonymous> (vuetify.js:1275)
    at __webpack_require__ (app.js:81)
    at Module.<anonymous> (vuetify.js:3315)
    at __webpack_require__ (app.js:81)
    at Object.54 (app.js:897)
    at __webpack_require__ (app.js:81)
    at Object.50 (app.js:840)

Error Message

- Unexpected token: operator «=», expected: punc «,» 
- Unexpected token: keyword «const»
aecomet commented 5 years ago

Webpack の SplitChunksで死んでるっぽい

aecomet commented 4 years ago

一旦利用停止