Closed alsoicode closed 7 years ago
I have the same problem
@alsoicode, @tiger8888 - I am so sorry I have not responsed earlier - reasons... Did you solve this problem? I suspect it is your webpack config (specifically you loader config) rather anything specific to ScriptExt. If you are still trying to solve this - remove the ScriptExt plugin and see if test.js is referenced in your html file without it. If so, then it is a ScriptExt problem, if not, you need look elsewhere.
Hi @numical I just worked around the problem and hadn't revisited it.
I'm attempting to add an inlined script to my output that lives in the same directory as my webpack config:
However, I never see a console statement. What am I doing wrong?