1.0.0 • Published 5 years ago

nodetpl-loader4 v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

nodetpl-loader

===

Build Status

nodetpl-plus loader for webpack

About nodetpl-plus see https://github.com/pillys/nodetpl-plus

Usage

npm install nodetpl-loader --save

Configration

loaders: [{
  test: /\.(jsx?|tpl)$/,
  loader: 'babel',
  ...
}],
preLoaders: [{
  test: /\.tpl?$/,
  loader: 'nodetpl'
}]

Questions?

If you have any questions, please feel free to ask through New Issue.

License

nodetpl-loader is available under the terms of the MIT License.