mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 10:01:34 +00:00
Use esbuild to generate esm bundle
This commit is contained in:
parent
e5970628e0
commit
c4f6f6794a
8 changed files with 316 additions and 30 deletions
|
@ -44,7 +44,7 @@ export default tsEslint.config(
|
|||
}
|
||||
},
|
||||
{
|
||||
ignores: ['coverage', 'dist', 'lib']
|
||||
ignores: ['**/coverage', '**/dist', '**/esbuild.config.mjs']
|
||||
},
|
||||
{
|
||||
plugins: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue