Smarty loader for webpack
$ npm i smarty-loadermodule: {
loaders: [ {
test: /\.tpl$|.smarty$/,
loader: 'smarty'
} ]
}var template = require('./template.tpl');
var html = template.fetch({ foo: 'bar' });| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ npm i smarty-loadermodule: {
loaders: [ {
test: /\.tpl$|.smarty$/,
loader: 'smarty'
} ]
}var template = require('./template.tpl');
var html = template.fetch({ foo: 'bar' });