MCPcopy
hub / github.com/BetaSu/big-react / getBaseRollupPlugins

Function getBaseRollupPlugins

scripts/rollup/utils.js:25–33  ·  view source on GitHub ↗
({
	alias = {
		__DEV__: true,
		preventAssignment: true
	},
	typescript = {}
} = {})

Source from the content-addressed store, hash-verified

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

Callers 3

react.config.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected