Comparing version 1.4.0 to 1.4.1
@@ -48,3 +48,4 @@ 'use strict'; | ||
if (adapter.engineName === 'babel') { | ||
adapter.extensions = adapter.extensions.concat(['es6', 'babel']); | ||
// Monkey-patching Babel adapter so that it doesn't try and compile all .js files | ||
adapter.extensions = ['jsx', 'es6', 'babel']; | ||
} | ||
@@ -51,0 +52,0 @@ loadedAdapters.push(adapter); |
{ | ||
"name": "baby-tolk", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A file reader that promises to translate non-web assets to web assets given the available transpilers, sourcemaps and all", | ||
@@ -5,0 +5,0 @@ "main": "lib/baby-tolk.js", |
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
12231
213