Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Rename lib=>utils in stats webpack config #2162

Merged
merged 1 commit into from
Dec 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/webpack.config.stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down