config-merge-loader
Advanced tools
Comparing version 1.0.0-beta.5 to 1.0.0-beta.6
@@ -38,4 +38,4 @@ const loaderUtils = require('loader-utils'); | ||
} else { | ||
callback(null, JSON.stringify(source)); | ||
callback(null, source); | ||
} | ||
}; |
{ | ||
"name": "config-merge-loader", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0-beta.6", | ||
"description": "Loader for mergeing environment specific localiztion or configuration into a base set at build time.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bitfyre/config-merge-loader/issues", |
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
7758