Skip to content

Commit

Permalink
feat(bundling): refactor rollup executor to perform single build for …
Browse files Browse the repository at this point in the history
…all formats
  • Loading branch information
jaysoo committed Mar 21, 2024
1 parent a837f7f commit 2b28054
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 461 deletions.
1 change: 0 additions & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-typescript2": "0.36.0",
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"@nx/devkit": "file:../devkit",
"@nx/js": "file:../js"
Expand Down
21 changes: 0 additions & 21 deletions packages/rollup/src/executors/rollup/lib/run-rollup.ts

This file was deleted.

228 changes: 0 additions & 228 deletions packages/rollup/src/executors/rollup/rollup.impl.spec.ts

This file was deleted.

0 comments on commit 2b28054

Please sign in to comment.