1234567891011121314151617 |
- {
- "presets": [
- [
- "@babel/preset-env",
- {
- "modules": false
- }
- ]
- ],
- "plugins": [
- "@babel/plugin-syntax-dynamic-import",
- "@babel/plugin-syntax-import-meta",
- "@babel/plugin-proposal-class-properties",
- "@babel/plugin-proposal-json-strings"
- ]
- }
|