Packages: Use lerna for release orchestration (#17985)

This commit is contained in:
Dominik Prokop
2019-07-09 18:43:54 +02:00
committed by Ryan McKinley
parent 6599bdc7f1
commit c32365f424
16 changed files with 99 additions and 275 deletions

View File

@@ -20,7 +20,7 @@ const buildCjsPackage = ({ env }) => {
globals: {},
},
],
external: ['lodash'], // Use Lodash from grafana
external: ['lodash', '@grafana/ui', '@grafana/data'], // Use Lodash from grafana
plugins: [
commonjs({
include: /node_modules/,