@xenorange/esbuild-plugin-faces-resource-loader
Version:
ESBuild plugin for Faces (formerly JSF) resources, intended only for CSS files. Writes resources to an external directory, and replaces the URL with a Faces resource expression.
18 lines (11 loc) • 433 B
Markdown
* fix: Fix potential issue when running multiple esbuild tasks asynchronously
that access the same resource. Ensure that when copying files, all file copy
operations are run sequentially.
* fix: allow `?` (URL query) after extension, not just `
* feat: Support files from NPM modules, e.g. when you `@import "primeicons/primeicons"`
in your CSS file.
* Initial release.