import terser from "@rollup/plugin-terser"; import devConfig from "./rollup.config"; devConfig.plugins.push(terser()); export default devConfig;