UNPKG

ut-tools

Version:

Build and Release management automation package.

10 lines (8 loc) 196 B
import {enableES5} from "./es5" import {enableMapSet} from "./mapset" import {enablePatches} from "./patches" export function enableAllPlugins() { enableES5() enableMapSet() enablePatches() }