sebastian-software/preppy

how to output different builds

zenwork opened this issue · 1 comments

I want to build a lib and an demo version of the library with preppy. But when I try to use the --output arg with different entry files the umd file is not generated. The issue seems to be connected to fact that the paths set in the package.json which are set to lib/.. rather than demo/..

you have to use --entry-* together with --output to make this possible.