mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user