A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

9 satır
136 B

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