We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cb222 commit 6e12180Copy full SHA for 6e12180
lib/build.js
@@ -31,7 +31,7 @@ function haveBabelrc(functionsDir) {
31
);
32
}
33
34
-function webpackConfig(dir, {userWebpackConfig, useBabelrc}) {
+function webpackConfig(dir, {userWebpackConfig, useBabelrc} = {}) {
35
var config = conf.load();
36
var envConfig = conf.loadContext(config).environment;
37
var babelOpts = { cacheDirectory: true };
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "netlify-lambda",
3
- "version": "1.4.10",
+ "version": "1.4.11",
4
"description": "Build and serve lambda function with webpack compilation",
5
"homepage": "https://github.com/netlify/netlify-lambda#readme",
6
"main": "bin/cmd.js",
0 commit comments