Skip to content

Commit

Permalink
cleanup(bundling): remove unused dependency fast-glob from @nx/rollup (
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 authored Jan 30, 2024
1 parent 2f5bca0 commit 153905d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"autoprefixer": "^10.4.9",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"chalk": "^4.1.0",
"fast-glob": "^3.2.7",
"postcss": "^8.4.14",
"rollup": "^2.56.2",
"rollup-plugin-copy": "^3.4.0",
Expand Down
1 change: 0 additions & 1 deletion packages/rollup/src/executors/rollup/lib/normalize.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { basename, dirname, join, relative, resolve } from 'path';
import { sync as globSync } from 'fast-glob';
import { statSync } from 'fs';
import { ExecutorContext, normalizePath } from '@nx/devkit';

Expand Down

0 comments on commit 153905d

Please sign in to comment.