Upgrade @ quasar/app webpack v4.1.0, Resulting in compiling twice every startup #17836
Labels
area/cli
bug/0-needs-info
Need more info to reproduce
flavour/quasar-cli-webpack
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
I just upgraded the project's Quasar to v2.17.7 and Quasar/app webpack to v4.1.0. After adjusting the relevant configurations, I found that it compiles twice every time it starts
What did you expect to happen?
Tell me where the configuration is problematic or how to solve it
Reproduction URL
localhost:8080
How to reproduce?
/* eslint-env node */
/*
*/
// Configuration for your app
// https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js
import path from 'path'
import {defineConfig} from '#q-app/wrappers'
export default defineConfig((ctx) => {
return {
// https://v2.quasar.dev/quasar-cli-webpack/supporting-ts
supportTS: false,
});
Flavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
Chrome
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: