| { | |
| "env": { | |
| "development": { | |
| "presets": ["next/babel"] | |
| }, | |
| "production": { | |
| "presets": ["next/babel"] | |
| }, | |
| "test": { | |
| "presets": [ | |
| [ | |
| "next/babel", | |
| { | |
| "preset-env": { | |
| "modules": "commonjs" | |
| } | |
| } | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| { | |
| "env": { | |
| "development": { | |
| "presets": ["next/babel"] | |
| }, | |
| "production": { | |
| "presets": ["next/babel"] | |
| }, | |
| "test": { | |
| "presets": [ | |
| [ | |
| "next/babel", | |
| { | |
| "preset-env": { | |
| "modules": "commonjs" | |
| } | |
| } | |
| ] | |
| ] | |
| } | |
| } | |
| } | |