Lỗi không tìm thấy file manifest/client.json khi build project VuePress
Vấn đề
Khi chạy lệnh vuepress build thì quá trình build bị lỗi sau:
jsError: Cannot find module 'dist/manifest/client.json'
Giải pháp
Set biến môi trường NODE_ENV=production
bashNODE_ENV=production npm run build