1
mirror of https://github.com/valentineus/iii-client.git synced 2026-04-29 21:13:45 +04:00

Minimize the published code

This commit is contained in:
2017-10-10 00:04:44 +04:00
parent 1b31b0beec
commit 3c2424892e
+3 -1
View File
@@ -1,5 +1,7 @@
{
presets: ["es2015"],
sourceMaps: false,
comments: false
comments: false,
minified: true,
compact: true
}