Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fix output.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser authored Feb 1, 2021
1 parent 212d23e commit 4ce20fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
// change to .tsx if necessary
entry: './src/app.jsx',
output: {
filename: './dist/bundle.js'
filename: './bundle.js'
},
resolve: {
// changed from extensions: [".js", ".jsx"]
Expand Down

0 comments on commit 4ce20fc

Please sign in to comment.