We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build.transpile
1 parent c8ee412 commit 04192ecCopy full SHA for 04192ec
packages/app-extension/src/index.js
@@ -14,6 +14,7 @@ function extendConf(conf, api) {
14
// register the boot file
15
conf.boot.push('~@quasar/quasar-app-extension-qcalendar/src/boot/webpack-register.js')
16
// make sure app extension files & ui packages get transpiled
17
+ conf.build.transpile = true
18
conf.build.webpackTranspileDependencies = conf.build.webpackTranspileDependencies || []
19
conf.build.webpackTranspileDependencies.push(/quasar-app-extension-qcalendar[\\/]src/)
20
conf.build.webpackTranspileDependencies.push(/quasar-ui-qcalendar[\\/]src/)
0 commit comments