1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
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
Joost De Cock
93f062b06e wrench: Updated rollup config 2019-04-19 08:23:00 +02:00
Joost De Cock
c2d0063917 boom: Removed next() call from macro methods 2019-04-19 08:23:00 +02:00
Joost De Cock
62b772e00a wrench: Switched to single rollup config file 2019-04-19 08:23:00 +02:00