Skip to content

Commit 36a13c5

Browse files
authored
process/browserのビルドが通るように (#4215)
Co-authored-by: terao <>
1 parent 0ceaaee commit 36a13c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/bc-admin-third/webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ module.exports = {
3636
path: path.join(__dirname, 'webroot/js')
3737
},
3838
resolve: {
39-
alias: {
40-
process: "process/browser"
41-
}
39+
fallback: {
40+
'process/browser': require.resolve('process/browser'),
41+
},
4242
},
4343
optimization: {
4444
splitChunks: {

0 commit comments

Comments
 (0)