rollup.config.js import { fileURLToPath } from 'node:url'; export default { //..., external: [ 'some-externally-required-library', fileURLToPath( new URL( ...
確定! 回上一頁