mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-06 23:53:08 +00:00
try mangle
This commit is contained in:
parent
bf9c137892
commit
2ec5928aed
@ -36,6 +36,9 @@ module.exports = function (config) {
|
|||||||
},
|
},
|
||||||
webpack: {
|
webpack: {
|
||||||
mode: "production",
|
mode: "production",
|
||||||
|
optimization: {
|
||||||
|
mangle: false
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
// Add `.ts` and `.tsx` as a resolvable extension.
|
// Add `.ts` and `.tsx` as a resolvable extension.
|
||||||
extensions: [".ts", ".tsx", ".js"],
|
extensions: [".ts", ".tsx", ".js"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user