Skip to content

Commit

Permalink
feat(packages/sui-bundler): change bundler entry point name
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Sep 9, 2024
1 parent ceb6017 commit 99e2b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-bundler/webpack.config.client.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const webpackConfig = {
},
stats: 'errors-only',
entry: {
app: [`webpack-hot-middleware/client?path=${CDN}__webpack_hmr`, MAIN_ENTRY_POINT]
main: [`webpack-hot-middleware/client?path=${CDN}__webpack_hmr`, MAIN_ENTRY_POINT]
},
cache: {
type: 'filesystem',
Expand Down

0 comments on commit 99e2b38

Please sign in to comment.