esbuild-plugin-postcss
esbuild-plugin-postcss copied to clipboard
Plugin for esbuild to support SASS styles
the require statement of normalize.css from within the suitcss-base project is looking for the dependency in the suitcss-base path INSTEAD of the root of node_modules. Can you advise on how...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hello. I needed this make ES Build recognize changes to my stylesheets which were in a different location. The approach is copied form `esbuild-scss-plugin` and works well for me locally....
1- I rewrote the index.js file with typescript in the src folder. 2- I changed the plugin path in the tests/base.js file. 3- I modify the path of the main...
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.4 to 8.2.10. Release notes Sourced from postcss's releases. 8.2.10 Fixed ReDoS vulnerabilities in source map parsing. Fixed webpack 5 support (by @barak007). Fixed docs (by @roelandmoors)....
A more robust alternative to #16. Uses the [builtin `resolve`](https://esbuild.github.io/plugins/#resolve) function that esbuild already exposes for plugins. Resolves #15 I also added a fix to make watch mode work for...
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @myndzi). Commits 3044cd5 Release 3.3.8 version...