Skip to content

Commit 04192ec

Browse files
committed
fix(app-ext): make sure build.transpile is true for app-webpack
1 parent c8ee412 commit 04192ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app-extension/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function extendConf(conf, api) {
1414
// register the boot file
1515
conf.boot.push('~@quasar/quasar-app-extension-qcalendar/src/boot/webpack-register.js')
1616
// make sure app extension files & ui packages get transpiled
17+
conf.build.transpile = true
1718
conf.build.webpackTranspileDependencies = conf.build.webpackTranspileDependencies || []
1819
conf.build.webpackTranspileDependencies.push(/quasar-app-extension-qcalendar[\\/]src/)
1920
conf.build.webpackTranspileDependencies.push(/quasar-ui-qcalendar[\\/]src/)

0 commit comments

Comments
 (0)