You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I have sent a pull request #15 about compile external script file. But I still have a question. I need tell webpack our tag file dependency that external js file. So that webpack should recompile in watch mode after I save my js file.
I can't find a good way to do that. I have some ugly code in my own usage. Use regex match source string then add dependency it.
Since I have sent a pull request #15 about compile external script file. But I still have a question. I need tell webpack our tag file dependency that external js file. So that webpack should recompile in watch mode after I save my js file.
I can't find a good way to do that. I have some ugly code in my own usage. Use regex match source string then add dependency it.
If someone thinking this is acceptable or provide a better regex. I can make this loader work better.
The text was updated successfully, but these errors were encountered: