fix(rollup): include config.js in dist/
- Integration MR: gitlab!26505 (closed)
We have recently added a config.js
file which is required in index.js
and charts.js
. However this new file isn't included in the dist/
directory, which is preventing us from upgrading GitLab UI in Pajamas and GitLab:
- Pajamas: https://gitlab.com/gitlab-org/gitlab-services/design.gitlab.com/-/jobs/459247034
- GitLab: https://gitlab.com/gitlab-org/gitlab/pipelines/123234986
This adds the file to Rollup's config so that it is properly copied over to the dist/
directory.
Edited by Paul Gascou-Vaillancourt