Skip to content

Commit

Permalink
base64
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Mar 9, 2024
1 parent 834b148 commit d6b3ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = env => {
filename: `[name]${isDev ? '' : '.[contenthash:8]'}.js`,
sourceMapFilename: '[file].map',
globalObject: isDev ? 'this' : undefined, // TODO
hashDigest: 'base64url',
},
resolve: {
extensions: ['.ts', '.tsx', '.js', '.jsx'],
Expand Down

0 comments on commit d6b3ee2

Please sign in to comment.