2.8.4 • Published 7 years ago

nodetpl-loader v2.8.4

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

7 years ago

2.8.3

7 years ago

2.8.2

7 years ago

2.8.1

7 years ago

2.8.0

8 years ago

2.7.0

8 years ago

2.6.0

8 years ago

2.5.0

8 years ago

2.4.0

8 years ago

2.3.2

8 years ago

2.3.1

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago