nuxt / module-builder

Complete solution to build and ship Nuxt modules.
MIT License
212 stars 22 forks source link

Support excluding files from dist #211

Open cjpearson opened 6 months ago

cjpearson commented 6 months ago

Hi, is it possible to exclude files matching a certain pattern from the final build? In my case, we have .test.ts files in the same directory as composables and both the composables and test files are transpiled 1:1 to the output dir.