Skip to content

Commit

Permalink
build: fix build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed May 25, 2018
1 parent af302ee commit 646e509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function build(option) {
plugins.forEach((l) => {
build(configFactory({
input: `./src/plugin/${l}/index`,
fileName: `./plugin/${l}`,
fileName: `./plugin/${l}.js`,
name: `dayjs_plugin_${formatName(l)}`
}))
})
Expand Down

0 comments on commit 646e509

Please sign in to comment.