simplify lodash tree-shaking (no real benefit though, but build should be simpler

This commit is contained in:
Henry Jameson 2026-08-31 18:05:45 +03:00
commit b721cd9951
3 changed files with 7 additions and 77 deletions

View file

@ -1,5 +1,5 @@
{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"],
"plugins": ["@babel/plugin-transform-runtime", "@vue/babel-plugin-jsx"],
"comments": true
}