0
mirror of https://github.com/valentineus/simple-container.git synced 2025-05-08 02:01:25 +03:00
simple-container/.babelrc

7 lines
110 B
Plaintext
Raw Normal View History

2017-10-04 19:59:46 +04:00
{
presets: ["es2015"],
sourceMaps: false,
2017-10-08 22:54:03 +04:00
comments: false,
minified: true,
compact: true
2017-10-04 19:59:46 +04:00
}