File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 66 * API: https://github.com/quasarframework/quasar/blob/master/app/lib/app-extension/IndexAPI.js
77 */
88
9- const renderMarkdown = require ( './markdown' )
10- const { merge } = require ( 'webpack-merge' )
9+ const { merge } = require ( 'webpack-merge' )
1110
12- function extendConf ( conf , api ) {
11+ function extendConf ( conf , api ) {
1312 // register our boot file
1413 conf . boot . push ( '~@quasar/quasar-app-extension-qmarkdown/src/boot/register.js' )
1514
5756 conf . css . push ( '~@quasar/quasar-ui-qmarkdown/src/index.sass' )
5857 }
5958
60- module . exports = function ( api ) {
59+ module . exports = function ( api ) {
6160 // Quasar compatibility check; you may need
6261 // hard dependencies, as in a minimum version of the "quasar"
6362 // package or a minimum version of "@quasar/app" CLI
You can’t perform that action at this time.
0 commit comments