1
0
Fork 0
Fork of Freesewing's monorepo holding all our NPM packages, including our core library
Find a file
Joost De Cock 7695d738c2 wrench: Updated rollup configuration
This updates the rollup config to avoid having the spread operator
in the generated code as that causes issues when people want to
bundle our code with webpack (which doesn't support the spread
operator for object literals).

This also changes the browserbuild script to avoid issues for people
running this on Windows. Hat-tip to @philltew for this one.

Note that this is the first plugin where I'm updating the rollup
config. I'll have to do the same for all plugins and patterns,
but it's unlikely I'll write this long a commit message for each
one of them :)
2019-04-19 08:23:01 +02:00
packages wrench: Updated rollup configuration 2019-04-19 08:23:01 +02:00