Skip to content
Snippets Groups Projects
Commit 575d782f authored by Guillaume Chau's avatar Guillaume Chau
Browse files

chore: add analyzer back

parent fc2ebbe4
No related branches found
No related tags found
No related merge requests found
import base from './rollup.config.base'
import { terser } from 'rollup-plugin-terser'
import analyze from 'rollup-plugin-analyzer'
const config = Object.assign({}, base, {
output: {
......@@ -13,6 +14,7 @@ const config = Object.assign({}, base, {
],
})
config.plugins.push(analyze())
config.plugins.push(terser())
export default config
......@@ -9560,6 +9560,11 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"
rollup-plugin-analyzer@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-analyzer/-/rollup-plugin-analyzer-3.0.0.tgz#284f67f213529a34cd1dd306a6f438b96c60321d"
integrity sha512-xokEBlQEdpN3mAXtJT8plDjdQKBKyfNxT1tyGJCq+xi0da3FNJ8RyLcve0fV1IVZAfBGsv8sXwWO8yNSGR2e7w==
rollup-plugin-babel@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.3.2.tgz#8c0e1bd7aa9826e90769cf76895007098ffd1413"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment