UNPKG

okam-build

Version:

The build tool for Okam develop framework

12 lines (8 loc) 297 B
/** * @file Mini program view template syntax transform plugin: okam syntax -> wx syntax * @author sparklewhy@gmail.com */ 'use strict'; const {createSyntaxPlugin} = require('../helper'); const transformers = require('../../transform/wx'); module.exports = createSyntaxPlugin(transformers);