Chore: bump rollup across all packages (#29486)

* chore(packages): bump all rollup dependencies

* chore: refresh yarn.lock

* build(rollup): remove namedExports from config

* chore(packages): downgrade rollup so grafana-ui builds
This commit is contained in:
Jack Westbrook
2021-01-12 16:51:09 +01:00
committed by GitHub
parent 21e835f3a6
commit 24cfab6c7f
8 changed files with 49 additions and 261 deletions

View File

@@ -39,8 +39,6 @@ const buildCjsPackage = ({ env }) => {
plugins: [
commonjs({
include: /node_modules/,
// When 'rollup-plugin-commonjs' fails to properly convert the CommonJS modules to ES6 one has to manually name the exports
// https://github.com/rollup/rollup-plugin-commonjs#custom-named-exports
}),
resolve(),
image(),