We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56cada commit 58f7b68Copy full SHA for 58f7b68
examples/template-common.js
@@ -23,7 +23,6 @@ module.exports = function(template, baseDir, stdout, prefix) {
23
webpack = lessStrict(webpack.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"));
24
webpack = new RegExp(webpack, "g");
25
webpackParent = lessStrict(webpackParent.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"));
26
- console.log(webpackParent);
27
webpackParent = new RegExp(webpackParent, "g");
28
29
return template.replace(regexp, function(match) {
0 commit comments