rollup.config.cjs module.exports = { input: 'src/main.js', output: { file: 'bundle.js' ... --external <ids> Comma-separate list of module IDs to exclude -f, ...
確定! 回上一頁