@alio/preset-serverless
Advanced tools
Comparing version 0.0.1 to 0.2.0
module.exports = (options = {}) => (config, ctx) => { | ||
config.output.libraryTarget = 'commonjs2' | ||
config.devtool = 'inline-source-map' | ||
config.output.libraryTarget = 'commonjs' | ||
config.devtool = 'inline-cheap-module-source-map' | ||
return config | ||
} |
{ | ||
"name": "@alio/preset-serverless", | ||
"version": "0.0.1", | ||
"version": "0.2.0", | ||
"description": "Serverless preset for alio.", | ||
@@ -15,3 +15,4 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/the-couch/alio#readme" | ||
"homepage": "https://github.com/the-couch/alio#readme", | ||
"gitHead": "12adb478bffa69a6d07ada1f3fa2bbf8e8dc3586" | ||
} |
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
636