Matt Pilott
Matt Pilott
Thanks for that Dax seem to have same/similar issue. Here's what i'm seeing: Here's my package.json ```json { "name": "matter", "version": "0.0.1", "main": "src/electron.cjs", "scripts": { "dev": "svelte-kit dev", "build":...
Ok fixed that issue *but* adapter-node does not work when you use `npm run dev:package` or `npm run package` even tried on this repo without any changes (apart from swapping...
I tried to get blocks working last night to no avail. I'm **now** using lazyblocks and a customised version of https://github.com/royboy789/gutenberg-object-plugin instead I'd much prefer to use ACF and ACF...
https://github.com/lukasoppermann/design-tokens/pull/193 Started a PR
Sorry @subhaze where do I put this?
Ah I see, I'll hold fire until @bdkjones can take a look, essentially if i can tell CK to just plain ignore an include and simply concat the code but...
Ah ha! So i'm thinking about it the wrong way round, no transpiling, minifying on the main file but set the rules per include. I shall try it now good...
So upon playing I can see that I don't have an option but to apply transpiling and minification to the base/main js file. The only way I can see this...
or i suppose i could create processed versions of every module and include those as an alternative
Just looking now..