Closed ghost closed 7 years ago
You probably are aware of this issue, but I would like to point it out and ask you if you plan to release fix for this one:
when you build your project with -p flag, webpack removes " from scripts, so this
<script src="some_script.src"></script>
will become this
<script src=some_script.src></script>
and then your regexps won't work.
Furthermore, it would be nice if plugin could just ignore Githubissues.
You probably are aware of this issue, but I would like to point it out and ask you if you plan to release fix for this one:
when you build your project with -p flag, webpack removes " from scripts, so this
<script src="some_script.src"></script>
will become this
<script src=some_script.src></script>
and then your regexps won't work.
Furthermore, it would be nice if plugin could just ignore Githubissues.