UNPKG

202 BJavaScriptView Raw
1const presets = [
2 [
3 [
4 "env",
5 {
6 targets: {node: "4"}
7 }
8 ],
9 "stage-0"
10 ],
11];
12const plugins = ["transform-object-rest-spread"];
13
14module.exports = {presets, plugins};
\No newline at end of file