weapp-plugin-pug

0.2.5 • Public • Published

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',
  ],
};

Package Sidebar

Install

npm i weapp-plugin-pug

Weekly Downloads

11

Version

0.2.5

License

MIT

Unpacked Size

4.22 kB

Total Files

4

Last publish

Collaborators

  • bzone