Comparing version 1.5.6 to 1.5.7
@@ -87,2 +87,3 @@ const path = require('path') | ||
if (err) { | ||
if (err instanceof Error) err = err.toString() | ||
const errorMessages = getBsbErrorMessages(err) | ||
@@ -89,0 +90,0 @@ |
{ | ||
"name": "bs-loader", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "Bucklescript integration in Webpack", | ||
@@ -5,0 +5,0 @@ "main": "index.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
218238
165