Skip to content

Commit

Permalink
Merge pull request #1821 from SUI-Components/feat/change-dev-entry-po…
Browse files Browse the repository at this point in the history
…int-name

feat(packages/sui-bundler): change bundler entry point name
  • Loading branch information
andresz1 authored Sep 9, 2024
2 parents ceb6017 + 99e2b38 commit 3198095
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 3198095

Please sign in to comment.