UNPKG

@quasar/app-webpack

Version:

Quasar Framework App CLI with Webpack

11 lines (8 loc) 310 B
const { dirname } = require('node:path') const { getPackagePath } = require('../utils/get-package-path.js') module.exports.createInstance = function createInstance ({ appPaths }) { const ePath = getPackagePath('@quasar/extras', appPaths.appDir) return ePath !== void 0 ? dirname(ePath) : false }