Skip to content

Commit

Permalink
fix: change rollup build to es (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo authored Oct 1, 2023
1 parent a6e0c43 commit e316378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/rollup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function CreateConfig(buildPath, plugins = [], extraInputs = []) {
output: {
sourcemap: true,
dir: buildPath ? `build/${buildPath}` : `build`,
format: "iife",
format: "es",
},
plugins: [
ignore(externals),
Expand Down

0 comments on commit e316378

Please sign in to comment.