Skip to content

Commit

Permalink
fix case sensitivity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Aug 6, 2024
1 parent ca149f1 commit 7af64ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/jetstream-web-extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
config.devtool = isDev ? 'inline-source-map' : 'source-map';

config.entry = {
app: './src/pages/app/app.tsx',
app: './src/pages/app/App.tsx',
popup: './src/pages/popup/Popup.tsx',
options: './src/pages/options/Options.tsx',
serviceWorker: './src/serviceWorker.ts',
Expand Down

0 comments on commit 7af64ad

Please sign in to comment.