arggh
arggh
`meteor reset` fixed the issue 🤷♂️
I noticed that any changes made to options passed down to `postcss-env-function` in the `postcss-example`-app will not get picked up until `meteor reset` is executed. The same applies when the...
I also noticed, that updating the Svelte version causes a discrepancy between the compiled version and the runtime. `meteor reset ` fixes it, so it's most likely a caching issue?
@zodern could you perhaps contribute your changes as a PR?🙏
@richtr Do you have any idea whether or not this is fixable?
Spent the morning today trying to figure out what's going on here. As a note for other victims of this bug, you can work around it by fooling the regex:...
Thanks for this PR, perfect timing 👌 I gave it a try and the first deploy failed with... ``` 17:21:23.048 | > Cannot find package 'devalue' imported from /opt/buildhome/repo/app/.svelte-kit/output/server/index.js --...
@hmnd not sure if I'm doing something funky, but for some reason files in `/static` aren't being found when using `kit.paths.base`. I just get the SvelteKit 404 page. Imported assets...
I tried to give this a try: Reference the package's stylesheet with the provided syntax in my app's stylesheet with ``` .title { composes header from '{arggh:ui}/styles/typography.m.css`; } ``` and...
Trying to replace references of `{arggh:ui}` with just `{ui}` results in these errors: ``` While processing files with nathantreid:css-modules (for target web.browser.legacy): packages/caching-compiler/multi-file-caching-compiler.js:137:21: Unknown absolute import path /Users/arggh/Development/myapp/packages/ui/styles/layout.m.css at referencedImportPaths.forEach.path...