Skip to content

Commit

Permalink
changed: rename main to baseFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
binjospookie committed Dec 29, 2023
1 parent 89b2554 commit 180a05e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ const find = ({ config }) => {

const tasks = config.list(x =>
baseFlow({
babelPlugins: x.babelPlugins,
batch: config.batch,
entry: config.entry,
exclude: x.exclude,
extensions: x.extensions,
dir: x.dir
config: {
babelPlugins: x.babelPlugins,
batch: config.batch,
entry: config.entry,
exclude: x.exclude,
extensions: x.extensions,
dir: x.dir
}
})
)

Expand Down

0 comments on commit 180a05e

Please sign in to comment.