1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
Joost De Cock
0461c64b9a 🚧 Handling of package.json exceptions 2019-04-20 19:23:22 +02:00
Joost De Cock
a3ff3a7462 🔧 Centrally confifured package and rollup files 2019-04-19 17:31:44 +02:00
Joost De Cock
0afbb3c84d wrench: Updated rollup config 2019-04-19 08:23:01 +02:00
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
Renamed from packages/plugin-title/rollup.js (Browse further)