nodetpl-loader4
v1.0.0
Published
nodetpl-plus loader for webpack4
Downloads
8
Readme
nodetpl-loader
===
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.