Skip to content

Commit

Permalink
Fix web webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Jan 31, 2025
1 parent f629f2f commit ff01223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _scripts/webpack.web.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ const config = {
fallback: {
'fs/promises': path.resolve(__dirname, '_empty.js'),
path: require.resolve('path-browserify'),
crypto: false
},
extensions: ['.js', '.vue']
},
Expand Down

0 comments on commit ff01223

Please sign in to comment.