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
I'm working on a Neutralino.js application where the framework injects a special script tag that should not be processed by Parcel:
<scriptsrc="/__neutralino_globals.js"></script>
Parcel fails to resolve this resource during build with the error:
@parcel/core: Failed to resolve '/__neutralino_globals.js' from './index.html'
This script is provided by the Neutralino.js runtime environment and doesn't exist at build time, but should be preserved exactly as written in the final output.
What is the officially recommended approach for excluding specific script resources from Parcel's processing pipeline?
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a Neutralino.js application where the framework injects a special script tag that should not be processed by Parcel:
Parcel fails to resolve this resource during build with the error:
This script is provided by the Neutralino.js runtime environment and doesn't exist at build time, but should be preserved exactly as written in the final output.
What is the officially recommended approach for excluding specific script resources from Parcel's processing pipeline?
Beta Was this translation helpful? Give feedback.
All reactions