1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00

keep only minify as preset

This commit is contained in:
s2
2018-05-14 08:01:45 +02:00
parent e51ab1e925
commit f114871153

View File

@@ -1,4 +1,3 @@
{
"presets": ["minify"],
"plugins": ["babel-plugin-transform-es2015-template-literals"]
"presets": ["minify"]
}