Add minify-booleans test

This commit is contained in:
James Kyle 2015-11-02 00:38:56 -08:00
parent b32e0f540c
commit 45d8ac7c12
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,2 @@
true;
false;

View File

@ -0,0 +1,3 @@
{
"plugins": ["transform-minify-booleans"]
}