ZettaKonsult / zetta-module-starter-kit

MIT License
0 stars 0 forks source link

extend .babelrc with ignoreing test files #1

Closed fiddep closed 6 years ago

fiddep commented 6 years ago

Following needs to be added as to not make the dist folder bigger with unnecessary files

"ignore": ["*/.spec.js"]

fiddep commented 6 years ago

On further investigation the best option seems to be just avoid publishing them to npm through .npmignore. 63803ddab8b0b10db25c4b2f170881a98a93e83d closes this issue