refactor: Move entry points to src/
This moves our source entry points from the root folder to the src/ folder. This has the following benefits: 1. Simpler rollup config, as src/ and dist/ will have the same resulting structure. 2. Allows it to switch to consume the source of GitLab UI more easily. We could for example simply tell webpack in GitLab to replace imports from `@gitlab/ui/dist` with `@gitlab/ui/src`. BREAKING CHANGE: If you consumed GitLab UI from source (e.g. `@gitlab/ui/index.js`, you need to adjust the import to `@gitlab/ui/src/index.js`
Loading
-
mentioned in commit 574248ba
-
mentioned in merge request gitlab!80054 (merged)
-
mentioned in merge request gitlab-org/gitlab-services/design.gitlab.com!2714 (merged)
-
mentioned in merge request status-page!460 (merged)
-
mentioned in merge request gitlab-docs!2439 (closed)
Please register or sign in to comment