framework7io / framework7-template-vue-webpack

Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
https://framework7.io/vue/
MIT License
384 stars 136 forks source link

npm run build-prod error #80

Open adel-ezzat opened 5 years ago

adel-ezzat commented 5 years ago

Entrypoint main = app.css app.js

ERROR in app.js from UglifyJs Unexpected token: punc (() [node_modules/vue-read-more/components/ReadMoreCompon ent.vue:36,0][app.js:4025,6]

Build failed with errors.

knmr commented 5 years ago

Hi @adelezzatl I'm not sure if you are still having the same issue. I ran into the problem too. I've solved it by downloading the repo again and following the "Build Setup" from the read me.

When I ran into the issue at first, I had been messing around with pnpm and also migrating my V3 project at the same time. I'm still not sure what caused it.