Skip to content

Commit

Permalink
update rollup.config.mjs to use src/index.mjs as root file
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfooman committed Sep 11, 2023
1 parent 427464c commit 2d1269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ function buildTarget(buildType, moduleFormat) {
es6: moduleOptions(buildType)
};

const rootFile = 'src/index.js';
const rootFile = 'src/index.mjs';
return {
input: rootFile,
output: outputOptions,
Expand Down

0 comments on commit 2d1269f

Please sign in to comment.