Skip to content

Commit

Permalink
fix: webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
NitishGadangi committed Feb 20, 2024
1 parent 9ee8e54 commit b933933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
},
resolve: {
extensions: ['.tsx', '.ts', '.js'],
fullySpecified: false,
},
output: {
path: path.resolve(__dirname, './website'),
Expand Down

0 comments on commit b933933

Please sign in to comment.