node-titanium-sdk
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -166,3 +166,12 @@ /** | ||
// FIXME we can't re-use the ast here, because we traversed it | ||
var minified = babel.transform(contents, {filename: opts.filename, minified: true, compact: true, comments: false, presets: [babili]}); | ||
var minified = babel.transform(contents, { | ||
filename: opts.filename, | ||
minified: true, | ||
compact: true, | ||
comments: false, | ||
presets: [[babili, { | ||
'mangle': false | ||
}]], | ||
plugins: [require.resolve('babel-plugin-transform-property-literals')] | ||
}); | ||
results.contents = minified.code; | ||
@@ -169,0 +178,0 @@ } |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"author": { | ||
@@ -12,0 +12,0 @@ "name": "Appcelerator, Inc.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218776
5499