S Ped
0
Q:

quasar pug

// install pug needed libs
// edit quasar.conf.js as follow 
     extendWebpack (cfg) {
        cfg.module.rules.push({
          enforce: 'pre',
          test: /\.(js|vue)$/,
          exclude: /node_modules/
        })
        cfg.module.rules.push({
          test: /\.pug$/,
          loader: 'pug-plain-loader'
        })
      },
0

New to Communities?

Join the community