Skip to content

fix(rollup): include config.js in dist/

Paul Gascou-Vaillancourt requested to merge bundle-config into master

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:

This adds the file to Rollup's config so that it is properly copied over to the dist/ directory.

Edited by Paul Gascou-Vaillancourt

Merge request reports