Replies: 1 comment 2 replies
-
Unfortunately, even a workaround in the form of inversion exclude with glob |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our apps we use our package registry under name space (
@private-packges
for example).The difference between these packages and the regular npm packages that they are shipped as source code (.ts, .tsx, .module.css)
Unfortunately I don't see how I can include this directory in the build process.
The use of a workaround in the form of pre-build solve problem with ts and tsx, but I still can't solve problem with css modules
All this is similar to what I'm trying to replicate built-in functionality of the snowpack, rather than to ask him to come in another directory which is outside of src
Maybe we should add this setting to snowpack, what do you think?
I think this could look like setting
include
:Beta Was this translation helpful? Give feedback.
All reactions