mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 05:33:09 +00:00
disable minimization
This commit is contained in:
parent
b1c7048923
commit
fcbd6036db
@ -36,6 +36,9 @@ module.exports = function (config) {
|
||||
},
|
||||
webpack: {
|
||||
mode: "production",
|
||||
optimization: {
|
||||
minimize: false,
|
||||
},
|
||||
resolve: {
|
||||
// Add `.ts` and `.tsx` as a resolvable extension.
|
||||
extensions: [".ts", ".tsx", ".js"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user