1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
Joost De Cock
2a220392d4 chore: Switched to default inport for version
The previous import of the version number from package.json
looked like a named import, but was actually object destructuring
that was supported by the rollup json plugin.

This causes issues when importing patterns with webpack (as we
do with our new NextJS based frontend) so this commit switches
to importing JSON as the default export, which is also ok with webpack
2022-01-23 13:22:13 +01:00
Joost De Cock
8b17eea194 chore: Linting with prettier 2022-01-20 09:08:11 +01:00
Joost De Cock
009400fe43 fix(rendertest): No booleans in list option 2022-01-19 16:35:54 +01:00
Joost De Cock
ca4c0b5bae chore(rendertest): Make it prettier 2022-01-19 16:23:13 +01:00
Joost De Cock
41a960cd8c feat(rendertest): Changed to allow individual parts in examples 2022-01-19 12:35:02 +01:00
Joost De Cock
e70d6abe92 feat: Updated rendertest 2021-12-24 13:28:34 +01:00
joostdecock
65ead54e57 chore: Escape hatch for mm options in rendertest 2021-10-27 18:41:22 +02:00
Joost De Cock
3fb9425c5e chore: Reconfigure packages 2021-05-31 19:23:56 +02:00
Joost De Cock
f191151ee4 chore: Linter changes 2021-04-24 10:16:31 +02:00
Joost De Cock
e014b220c1 chore: Linter 2021-01-31 09:26:26 +01:00
Joost De Cock
09951e70bb fix: Issues in some more workflows 2020-03-15 10:53:05 +01:00
Joost De Cock
d9cbf608b7 :consruction: Updates to rendertest 2019-05-20 16:25:43 +02:00
Joost De Cock
3754680841 🚧 Rendertest update 2019-05-07 12:50:49 +02:00
Joost De Cock
a888922968 🚧 Progress on workbench 2019-05-06 17:01:44 +02:00