Skip to content

Commit

Permalink
fix(webpack.config.js): update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuayoes authored Mar 1, 2024
1 parent 08cada0 commit 0affefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = async function (env, argv) {
});

config.entry = {
main: path.resolve(__dirname, 'index.js'),
main: path.resolve(__dirname, 'index.web.js'),
};

// We need to make sure that only one version is loaded for peerDependencies
Expand Down

0 comments on commit 0affefb

Please sign in to comment.