Rollup does not provide the ability to alias modules on its own, but you need to add the rollup-plugin-alias plugin. // rollup.config.js import ...
確定! 回上一頁