Replace tip #3
Closed
Replace tip #3
Comments
I added a note in jlengstorf/code.lengstorf.com@688e3d7. Thanks for the heads-up! |
jlengstorf
pushed a commit
that referenced
this issue
Sep 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dunno if this is the right place to this, but...
I have struggled with
rollup-plugin-replace
for half an hour about it being breaking stuff when I put react in my project when reading/watching https://code.lengstorf.com/learn-rollup-js/The thing is that by default
replace
will transformnode_modules
modules too and in order to avoid it we have to addnode_modules/**
to the exclude option passed toreplace
.You could put a tip in your article in order to help others not being trapped in this situation.
Ty 4 the awesome content.
The text was updated successfully, but these errors were encountered: