Reopening #5987 - quasar build -m pwa failing
See original GitHub issueReopening #5987
ERROR in chunk app [entry]
Cannot convert undefined or null to object
ERROR in chunk app [entry]
({
chunk: chunkData
}) => this.options.moduleFilename(chunkData)
Path variable [contenthash:8] not implemented in this context: css/[name].[contenthash:8].css
app:build [FAIL] Build failed with errors. Check log above. +1ms
Still happens with “@quasar/app” v1.5.0.
It must be something causing the bug in the code, because creating a new project from quasar scaffolding and copying package.json
, package-lock.json
and quasar.conf.js
, then executing npm ci
and quasar build -m pwa
it builds normally on the new project, but not on the upgraded project with the rest of the code.
I can share the project for reproduction if I manage to isolate the piece of the code causing this, or sharing the whole repo privately with @rstoenescu
The issue does not happen if I downgrade @quasar/app to v1.3.2
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:17 (6 by maintainers)
Top Results From Across the Web
Quasarians in Action #19. With Staff Pick of the Week!
jeancaffou reported the issue Reopening #5987 - quasar build -m pwa failing which was fixed by a break pwa build ...
Read more >PWA Build Commands - Quasar Framework
quasar /app-webpack) The Quasar CLI list of commands when developing or building a Progressive Web App.
Read more >Integrating 5 Core PWA Features - Live @ Quasar.Conf 2020!
I spoke at the first Quasar.Conf Conference Live on July 5 2020, along with 6 other speakers and this is my talk. Quasar...
Read more >Untitled
Find a one-night stand or a hookup you can also hang out with. Which dating site is best for serious relationships? What is...
Read more >error @quasar/app@3.0.1: The engine "node" is incompatible ...
The solution is to add NODE_VERSION to the Netlify settings under Build & Deploy > Environment. I set this variable to 12.22.1 and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@gorango I opened an Issue https://github.com/quasarframework/quasar/issues/6188 to request the possiblity to opt out processing of the webserver. It is causing all kinds of trouble for me.
I noticed also since the update to @quasar/app@1.5.0 my build mode of
quasar build -m ssr
(with pwa set to true) does not show that the build mode is ssr + pwa: