Francis Saul
Francis Saul
Apologies if this is more of a usage question than a bug, I have posted [here at Stackoverflow](https://stackoverflow.com/questions/67992169/esm-library-generated-with-rollup-plugin-postcss-throws-cannot-find-module-n). We are maintaining an internal library which is exporting ESM modules using...
Fixes: #381 ### styleInjectRelativePath Type: `boolean` Default: true The built file will contain a relative path to the style-inject module: ```js import styleInject from '../node_modules/style-inject/dist/style-inject.es.js';` ``` This is fine if...
This change resolves bug #226 and the PRs #146 and #223. The if/then flow in the crawl functions of bundle and particularly dereference were such that if a match was...
The addition of the `dereferencedCache` in PR https://github.com/APIDevTools/json-schema-ref-parser/pull/195 has broken deeply nested external dependencies if a local dependency exists in the root schema. Given the following schema: ```json // schema.json...
Hi Jonathan, Is there a way to export the advanced variables such that they can be imported into a JS file? I see you have a separate repo https://github.com/jonathantneal/postcss-export-custom-variables but...
### Environment ------------------------------ - Operating System: Darwin - Node Version: v18.19.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: -...
Fixes #17