Rollup 也支持通过插件@rollup/plugin-alias 实现别名功能。 // rollup.config.js import alias from '@rollup/plugin-alias'; module.exports ...
確定! 回上一頁