Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Latest commit

 

History

History

weapp-plugin-pug

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

weapp-plugin-pug

默认编译后缀名为 .wxml 的 pug 语法文件

安装

npm i weapp-plugin-pug -D

使用

weapp.config.js

module.exports = {
  plugins: [
    ['weapp-plugin-pug', {
        ignore: undefined,
        match: /\.wxml$/,
        afterExt: '.wxml',
        ...config
    }]
    // 'weapp-plugin-pug',
  ],
};