We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
moduleName
1 parent 1159244 commit 400f10fCopy full SHA for 400f10f
2 files changed
lib/async.js
@@ -122,6 +122,7 @@ module.exports = {
122
return logPluginError(plugin);
123
}
124
var jsPlugin = plugin.toJS();
125
+ jsPlugin.options.moduleName = jsPlugin.moduleName;
126
bs.registerPlugin(jsPlugin.module, jsPlugin.options);
127
});
128
package.json
@@ -60,6 +60,7 @@
60
"browser-sync-spa": "1.0.2",
61
"bs-html-injector": "3.0.1",
62
"bs-latency": "1.0.0",
63
+ "bs-rewrite-rules": "1.0.0",
64
"bs-snippet-injector": "2.0.1",
65
"chai": "3.2.0",
66
"chalk": "1.1.1",
0 commit comments