Skip to content

Commit

Permalink
exposed bundler plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyk committed Nov 5, 2024
1 parent 08b8073 commit 335a3c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflowBundler/workflowBundler.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type (
WorkingFolder string
EntryPoints []string
IntrospectionExport string
Plugins []api.Plugin
}

WorkflowBundler interface {
Expand Down Expand Up @@ -75,6 +76,7 @@ func (b *builder) Bundle() BundlerResult {
MinifyWhitespace: true,
MinifySyntax: true,
Outdir: "output",
Plugins: b.bundleOptions.Plugins,
}
tr := api.Build(opts)

Expand Down

0 comments on commit 335a3c4

Please sign in to comment.