Skip to content

Commit 3204437

Browse files
authored
Change config prop for quasar flags (#2003)
1 parent 43072e8 commit 3204437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ About how to configure for bundler, see the [here](#configure-feature-flags-for-
166166
- webpack: use [DefinePlugin](https://webpack.js.org/plugins/define-plugin/)
167167
- Rollup: use [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/master/packages/replace)
168168
- Vite: configured by default, but can be overwritten using the [`define` option](https://github.com/vitejs/vite/blob/a4133c073e640b17276b2de6e91a6857bdf382e1/src/node/config.ts#L72-L76)
169-
- Quasar CLI: configured by default, but can be overwritten using quasar.conf.js > build > [env option](https://quasar.dev/quasar-cli/handling-process-env#adding-to-process-env)
169+
- Quasar CLI: configured by default, but can be overwritten using quasar.conf.js > build > rawDefine
170170
171171
:::tip NOTE
172172
The replacement value **must be boolean literals** and cannot be strings, otherwise the bundler/minifier will not be able to properly evaluate the conditions.

0 commit comments

Comments
 (0)