From a10117fa66f5792ec2254fec7ae9948e985965ff Mon Sep 17 00:00:00 2001 From: Joe Coulson Date: Thu, 2 Feb 2017 21:55:40 +0000 Subject: [PATCH] adding a "generate" option that can be passed and will default to "dom" --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 783362ac..84104ab5 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,7 @@ module.exports = function(source, map) { shared: query.shared || false, name: query.name, css: query.css !== false, + generate: query.generate || 'dom', }); this.callback(null, code, map);