mimosa-babel
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -37,3 +37,12 @@ 'use strict'; | ||
// Default: false | ||
moduleIds: false | ||
moduleIds: false, | ||
// Set the experimental proposal stage. | ||
// Default: 2 | ||
stage: 2, | ||
// Plugins. List of `require`-able modules that coresponds to babel plugins. | ||
// Sample: ['foo-bar'] | ||
// Sample with order: ['foo-bar:before', 'bar-foo:after'] | ||
plugins: [] | ||
} | ||
@@ -40,0 +49,0 @@ } |
{ | ||
"name": "mimosa-babel", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "babel mimosa files", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
21074
175