From a4a2b56f0fa507c7797c5cde23bafa6ce4836dd8 Mon Sep 17 00:00:00 2001 From: Kevin Colten Date: Sun, 7 Oct 2018 01:16:00 -0500 Subject: [PATCH] Update config.js --- app/react-native/src/server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react-native/src/server/config.js b/app/react-native/src/server/config.js index 67e2b494dbe..816d3e71355 100644 --- a/app/react-native/src/server/config.js +++ b/app/react-native/src/server/config.js @@ -97,7 +97,7 @@ export default function(configType, baseConfig, projectDir, configDir) { logger.info('=> Loading custom addons config.'); config.entry.manager.unshift(storybookCustomAddonsPath); } - + const defaultConfig = createDefaultWebpackConfig(config); // Check whether user has a custom webpack config file and