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
Why is this marked as "Suspicious Content"?! I don't understand (and No Explanation is given!)
[⚠️ Suspicious Content] I've been trying to get an output from Parcel for quite a while with no luck. Initially, I had a "main" element at the top of package.json. I read that this is not recommended, so in my "targets" I included "main":false. I initially had "distDir": "dist", and when doing "npm run build" it didn't create it, I changed it to "./build_output"; same result. But it Does produce the .parcel-cache folder. I have disabled firewall and antivirus, thinking maybe file creation is getting squashed; no difference. Here is my package.json:
}```
I'm not very familiar with "bundling" or wasm; just trying to get a rapier2d build that I can import into my javascript code. Any advice is appreciated!
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Why is this marked as "Suspicious Content"?! I don't understand (and No Explanation is given!)
[⚠️ Suspicious Content] I've been trying to get an output from Parcel for quite a while with no luck. Initially, I had a "main" element at the top of package.json. I read that this is not recommended, so in my "targets" I included "main":false. I initially had "distDir": "dist", and when doing "npm run build" it didn't create it, I changed it to "./build_output"; same result. But it Does produce the .parcel-cache folder. I have disabled firewall and antivirus, thinking maybe file creation is getting squashed; no difference. Here is my package.json:
}```
I'm not very familiar with "bundling" or wasm; just trying to get a rapier2d build that I can import into my javascript code. Any advice is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions