Skip to content

Commit

Permalink
feat: implement support for dynamic plugins
Browse files Browse the repository at this point in the history
fixes #715
  • Loading branch information
tripodsan committed Jun 24, 2024
1 parent 4e061b6 commit 71f9a55
Show file tree
Hide file tree
Showing 13 changed files with 76 additions and 2,216 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
export { default as ActionBuilder } from './src/ActionBuilder.js';
export { default as Bundler } from './src/bundler/WebpackBundler.js';
export { default as BaseConfig } from './src/BaseConfig.js';
export { default as BaseDeployer } from './src/deploy/BaseDeployer.js';
export { default as CLI } from './src/cli.js';
Loading

0 comments on commit 71f9a55

Please sign in to comment.