We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36cb222 + ab1d8a8 commit 7379a70Copy full SHA for 7379a70
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 };
0 commit comments