1
0
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
Joost De Cock
ef3bd03e2c chore: Linter run 2021-08-30 11:40:16 +02:00
Joost De Cock
fb908276b5 fix(rollup): Type in config template 2021-06-13 14:16:38 +02:00
Joost De Cock
68854b0e66 chore: Remove terser from rollup config 2021-06-13 12:32:28 +02:00
Joost De Cock
f45b6665b1 chore: Reconfigure packages 2020-08-08 17:20:08 +02:00
Joost De Cock
a548a6964d feat(paco): Initial merge of my work on the paco pattern
This also includes a lot of dependency updates
2020-08-02 19:17:06 +02:00
Joost De Cock
1785505f4b 🔧 Updated rollup config 2019-07-22 22:32:16 +02:00
Joost De Cock
2a20b65fa2 🔧 Updated rollup config 2019-07-19 15:09:05 +02:00
Joost De Cock
87b097e9d8 🔧 Reconfigure packages 2019-05-31 18:20:29 +02:00
Joost De Cock
0ea2c8ef26 🔧 Rollup config improvements 2019-05-18 17:23:05 +02:00
Joost De Cock
ea41dc0106 🚧 Ongoing work on components and pattern info 2019-04-29 09:01:51 +02:00
Joost De Cock
99f1327015 🔥 Cleanup and reduced log output 2019-04-20 19:50:37 +02:00
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)