mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-04-05 17:18:02 +02:00
11 lines
194 B
JavaScript
11 lines
194 B
JavaScript
module.exports = {
|
|
webpack: {
|
|
configure: {
|
|
resolve: {
|
|
fallback: {
|
|
"crypto": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |