From b87fd22f6fc9d5d17e57996ad89bbf7e418199ab Mon Sep 17 00:00:00 2001 From: Elizabeth Craig Date: Tue, 10 Dec 2019 10:42:13 -0800 Subject: [PATCH] Rename lib=>utils in stats webpack config --- build/webpack.config.stats.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/webpack.config.stats.ts b/build/webpack.config.stats.ts index 7ce056c41b..ee8ca8ebe1 100644 --- a/build/webpack.config.stats.ts +++ b/build/webpack.config.stats.ts @@ -75,8 +75,8 @@ export default [ // entire package makeConfig('index', 'bundle-stardust-ui-react'), - // lib (core) - makeConfig('lib/index', 'bundle-stardust-ui-core'), + // utils (core) + makeConfig('utils/index', 'bundle-stardust-ui-core'), // individual components ...fs