We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862e8b9 commit 17b1a76Copy full SHA for 17b1a76
lib/index.js
@@ -199,7 +199,8 @@ exports.compile = function(str, options){
199
debug: options.debug,
200
templateName: 'template',
201
filters: options.filters,
202
- filterOptions: options.filterOptions
+ filterOptions: options.filterOptions,
203
+ plugins: options.plugins,
204
});
205
206
var res = options.inlineRuntimeFunctions
@@ -244,7 +245,8 @@ exports.compileClientWithDependenciesTracked = function(str, options){
244
245
246
templateName: options.name || 'template',
247
248
249
250
251
252
return {body: parsed.body, dependencies: parsed.dependencies};
0 commit comments