Skip to content

Commit ba51d5c

Browse files
committed
fix(app-ext): markdown.js no longer available
1 parent 964ed58 commit ba51d5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app-extension/src/index.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
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

@@ -57,7 +56,7 @@
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

0 commit comments

Comments
 (0)