T
TyphonJS4535992

PostcssConfig seem not workin with 0.1.0

@mleahy sorry to bother i'm trying to use the postccs feature of the @typhonjs-fvtt/runtime on the module Tidy5eSheet, but for some reason is seem not to work , the 'autoprefixer' in the specific. Can you take a quick look at the vite configuration when you can ? https://raw.githubusercontent.com/sdenec/tidy5e-sheet/master/vite.config.mjs
TM
TyphonJS (Michael)298d ago
I'll have to take a more detailed look a bit later. It looks like you are mixing up a bunch of things from older NPM scripts for building styles and the Vite config is definitely quite a bit older at least the main essential-svelte-esm Vite config hasn't had some of the things that are in the current config since the beginning of the year or thereabout. Off the bat I'd say look at perhaps using the current config from essential-svelte-esm. I'll be able to take a look at things "this evening" in more detail / install and test. My general understanding is that the Svelte rewrite of tidy5e sheet is in a separate repo / this looks like the main one. I'm definitely down to help out and support this effort! You might also just entirely remove package-lock.json and node_modules and do a fresh npm install. TRL does require NPM for the package manager and installs dependencies and requires the peer dependencies to install which NPM does, but other package managers like pnpm does not. I'll try things out tonight though.