Replies: 1 comment 3 replies
-
Why? Is something breaking when it's transformed? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Here is my
index.pug
like:I have
bootstrap
andjquery
pre-bundled js / css already, and I can write a small script to copy those pre-bundled files todist/vendor/
.How can I tell parcel could just ignore paths like
/vendor/bootstrap.min.css
, etc to be resolved and transformed.Beta Was this translation helpful? Give feedback.
All reactions