You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/quasar-cli/app-upgrade-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ related:
5
5
- /quasar-cli/quasar-conf-js
6
6
---
7
7
8
-
> * This guide refers to upgrading a Quasar app using`@quasar/app` v1 to using v2.
8
+
> * This guide refers to upgrading a Quasar app from`@quasar/app` v1 to using v2.
9
9
> * Please note that `@quasar/app` and `quasar` are different packages (one is the Quasar App CLI and one is the Quasar UI), each one with its own version.
10
10
11
11
## What's new in v2
@@ -19,7 +19,7 @@ related:
19
19
* Capacitor v2 and Workbox v5 support
20
20
* Simpler quasar.conf.js > build > transpileDependencies; it now supports String (auto transforms it to `/node_modules/...') and Regexes too
21
21
* Simpler quasar.conf.js > build > env; you no longer need to JSON.stringify each value (you now must not!)
22
-
* Simpler quasar.conf.js > framework config Object; "all" prop has been renamed to "importStrategy" and it allows "all" or (the default) "auto" values; "components" and "directives" are no longer taken into account because you don't need them
22
+
* Simpler quasar.conf.js > framework config Object; "all" prop has been renamed to "importStrategy" and it allows "all" or "auto" (the default) values; "components" and "directives" are no longer taken into account because you don't need them
23
23
* New param for boot files and preFetch (publicPath); the "redirect()" method now fully supports a Vue Router location Object (on all build modes, on server-side or client-side); preFetch hook now also receive "urlPath" param
0 commit comments