({
alias = {
__DEV__: true,
preventAssignment: true
},
typescript = {}
} = {})
| 23 | } |
| 24 | |
| 25 | export function getBaseRollupPlugins({ |
| 26 | alias = { |
| 27 | __DEV__: true, |
| 28 | preventAssignment: true |
| 29 | }, |
| 30 | typescript = {} |
| 31 | } = {}) { |
| 32 | return [replace(alias), cjs(), ts(typescript)]; |
| 33 | } |
no outgoing calls
no test coverage detected