Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-andysign committed May 2, 2024
1 parent baa80c6 commit 839190c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ module.exports = (vars) => {
analyzerMode: 'disabled', // disable analyser. Replace with "server" or "static" to render analyser
}),
],
externals: { // externals object should be empty to include React & ReactDOM in the bundle making the GUI available offline
// react: 'React',
// 'react-dom': 'ReactDOM',
},
externals: {},
}
}

0 comments on commit 839190c

Please sign in to comment.