Skip to content

Commit

Permalink
fix discrepancy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Jan 31, 2025
1 parent f52cfc1 commit 386785e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/webpack.web.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const config = {
},
fallback: {
'fs/promises': path.resolve(__dirname, '_empty.js'),
path: require.resolve('path-browserify')
path: require.resolve('path-browserify'),
},
extensions: ['.js', '.vue']
},
Expand Down

0 comments on commit 386785e

Please sign in to comment.