0
mirror of https://github.com/valentineus/simple-container.git synced 2025-04-28 00:41:24 +03:00

Creating a compact source code

This commit is contained in:
Valentin Popov 2017-10-08 22:54:03 +04:00
parent 7f928222af
commit 9a8dabce4f

View File

@ -1,5 +1,7 @@
{
presets: ["es2015"],
sourceMaps: false,
comments: false
comments: false,
minified: true,
compact: true
}