A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

9 строки
136 B

  1. module.exports = {
  2. "presets": [
  3. ["@babel/env", {
  4. "modules": false
  5. }]
  6. ],
  7. "plugins": ["@babel/plugin-syntax-dynamic-import"]
  8. }