import { terser } from "rollup-plugin-terser" ; rollup ( { input : "main.js" , plugins : [ terser ( ) ] , } ) ; 为什么命名为出口? 模块是一个命名空间。
確定! 回上一頁