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
Doing this however doesn't include the ts file in the extension. Meaning I can see the built file in my output folder, but it's not being picked up by the browser.
Weird thing is that, if I manually click on the url I can see the file just fine. So it's being picked up but something else is being strange here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Soo... my head hurts and I already tried a bunch of wild things... Now I'm out of options and ask here.
I'm trying to execute a script on my page content and the function for this requires a file path to the injected file. Issue is that this file is:
Even If i were to import my file like this :
How am I going to tell parcel that the path resulting to this file is supposed to be the parameter for some function further down the line?
I previously tried a bunch with the url import thingy that parcel offers, so I had done something like this:
Doing this however doesn't include the ts file in the extension. Meaning I can see the built file in my output folder, but it's not being picked up by the browser.
Weird thing is that, if I manually click on the url I can see the file just fine. So it's being picked up but something else is being strange here?
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions