xtpl-loader

0.3.0 • Public • Published

xtpl-loader

webpack loader for xtemplate

usage

module: {
  loaders: [
    {
      test: /\.xtpl$/,
      loader: 'xtpl',
      query:{
        Compiler:require('xtemplate-compiler').default,
      }
    },
  ],
},

see index.js webpack.config.js index.html inside tests dir.

Readme

Keywords

none

Package Sidebar

Install

npm i xtpl-loader

Weekly Downloads

0

Version

0.3.0

License

none

Unpacked Size

2.22 kB

Total Files

10

Last publish

Collaborators

  • yiminghe