mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
42d8bbfce2
remove babel-core and webpack-bundle-analyzer and yarn-upgrade-all config
11 lines
150 B
JavaScript
11 lines
150 B
JavaScript
module.exports = {
|
|
presets: [
|
|
[
|
|
'@babel/preset-env',
|
|
{
|
|
targets: 'defaults, ie >= 11, current node',
|
|
},
|
|
],
|
|
],
|
|
};
|