A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

9 righe
136 B

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