2.8.4 • Published 9 years ago

nodetpl-loader v2.8.4

Weekly downloads
5
License
MIT
Repository
github
Last release
9 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.

2.8.4

9 years ago

2.8.3

9 years ago

2.8.2

9 years ago

2.8.1

9 years ago

2.8.0

9 years ago

2.7.0

9 years ago

2.6.0

9 years ago

2.5.0

10 years ago

2.4.0

10 years ago

2.3.2

10 years ago

2.3.1

10 years ago

2.3.0

10 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago