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.
1 parent 2a6bdde commit a0d6f47Copy full SHA for a0d6f47
docs/quasar.conf.js
@@ -58,12 +58,15 @@ module.exports = configure(function (ctx) {
58
}
59
},
60
61
- // transpile: false,
+ transpile: true,
62
63
// Add dependencies for transpiling with Babel (Array of string/regex)
64
// (from node_modules, which are by default not transpiled).
65
// Applies only if "transpile" is set to true.
66
- // transpileDependencies: [],
+ transpileDependencies: [
67
+ /quasar-ui-json-api-viewer[\\/]src/,
68
+ /quasar-ui-example-viewer[\\/]src/
69
+ ],
70
71
// rtl: false, // https://quasar.dev/options/rtl-support
72
// preloadChunks: true,
0 commit comments