This repository was archived by the owner on Mar 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ const { configure } = require('quasar/wrappers');
2222
2323module . exports = { { #preset. typescript } } configure ( { { / p r e s e t .t y p e s c r i p t } } f u n c t i o n ( { { # p r e s e t .l i n t } } { { # p r e s e t .t y p e s c r i p t } } c t x { { e l s e } } / * ctx * / { { / preset. typescript } } { { else} } /* ctx */ { { / p r e s e t .l i n t } } ) {
2424 return {
25- // https://quasar.dev/quasar-cli/cli-documentation/ supporting-ie
25+ // https://quasar.dev/quasar-cli/supporting-ie
2626 supportIE : { { #if preset . ie} } true { { else} } false { { / if } } ,
2727
28- // https://quasar.dev/quasar-cli/cli-documentation/ supporting-ts
28+ // https://quasar.dev/quasar-cli/supporting-ts
2929 supportTS : { { #if preset . typescript} } { { #if preset . lint} } {
3030 tsCheckerConfig : { eslint : true }
3131 } { { else} } true { { / i f } } { { e l s e } } f a l s e { { / if} } ,
3232
33- // https://quasar.dev/quasar-cli/cli-documentation/ prefetch-feature
33+ // https://quasar.dev/quasar-cli/prefetch-feature
3434 // preFetch: true,
3535
3636 // app boot file (/src/boot)
3737 // --> boot files are part of "main.js"
38- // https://quasar.dev/quasar-cli/cli-documentation/ boot-files
38+ // https://quasar.dev/quasar-cli/boot-files
3939 boot : [
4040 { { #if_eq typescriptConfig "composition" } } 'composition-api' , { { / if_eq } }
4141 { { #preset. i18n} }
You can’t perform that action at this time.
0 commit comments