@8base/utils
Advanced tools
Comparing version 0.4.20 to 0.4.21
{ | ||
"name": "@8base/utils", | ||
"version": "0.4.20", | ||
"version": "0.4.21", | ||
"main": "lib/utils.js", | ||
@@ -22,3 +22,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@8base/webpack-configuration": "^0.4.20", | ||
"@8base/webpack-configuration": "^0.4.21", | ||
"babel-cli": "^6.26.0", | ||
@@ -25,0 +25,0 @@ "babel-core": "^6.26.3", |
@@ -5,2 +5,14 @@ const { configBuilder } = require('@8base/webpack-configuration'); | ||
module.exports = configBuilder(__dirname, LIBRARY_NAME); | ||
const externals = { | ||
'@8base/sdk': '@8base/sdk', | ||
ramda: 'ramda', | ||
}; | ||
module.exports = configBuilder(__dirname, LIBRARY_NAME, { | ||
prod: { | ||
externals, | ||
}, | ||
dev: { | ||
externals, | ||
}, | ||
}); |
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
299874
786