-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Description
Bug report
- Version: vercel-php@0.3.1
- URL: https://phase-blog-demo-git-v050-upgrade.reedjones.now.sh/
- Repository: version bump 0.5.0 reed-jones/phase-blog-demo#7
Description
Composer scripts run perfectly (thanks!)
"vercel": [
"npm install",
"npm run prod"
]
However the build output (js/css) isn't available after the build is complete. If it helps, I'm using laravel mix
21:03:07.975 | > cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
21:03:20.083 | DONE Compiled successfully in 10120ms3:03:20 AM
21:03:20.087 | Asset Size Chunks Chunk Names
21:03:20.087 | /css/app.css 8.47 KiB 1 [emitted] /js/app-server
21:03:20.087 | /js/app-client.js 169 KiB 0 [emitted] /js/app-client
21:03:20.087 | /js/app-client.js.LICENSE.txt 219 bytes [emitted]
21:03:20.087 | /js/app-server.js 326 KiB 1 [emitted] [big] /js/app-server
21:03:20.087 | /js/app-server.js.LICENSE.txt 219 bytes [emitted]
21:03:20.157 | 🐘 Running composer scripts [DONE]
21:03:28.993 | 🐘 Creating lambda
21:03:36.877 | Uploading build outputs...
21:03:40.526 | Build completed. Populating build cache...
21:03:48.266 | Uploading build cache [26.75 MB]...
21:03:48.921 | Build cache uploaded: 662.765ms
21:03:48.931 | Done with "api/index.php"
(apologies for the formatting on that)
however /css/app.css and /js/app-client.js return 404's when the site is loaded (website if I run npm run prod locally and commit the output to git: https://phase-blog-demo.now.sh/)
Metadata
Metadata
Assignees
Labels
No labels