mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Allow qrcode CommonJS dependency
This commit is contained in:
parent
65fb3c25fc
commit
e75db8d745
1 changed files with 4 additions and 1 deletions
|
|
@ -197,7 +197,10 @@
|
|||
"buildOptimizer": false,
|
||||
"sourceMap": true,
|
||||
"optimization": false,
|
||||
"namedChunks": true
|
||||
"namedChunks": true,
|
||||
"allowedCommonJsDependencies": [
|
||||
"qrcode"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue