File: .babelrc

Recommend this page to a friend!
  Classes of Dom Hastings   JS Webdav Client   .babelrc   Download  
File: .babelrc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Webdav Client
Access files of a Webdav server
Author: By
Last change:
Date: 1 year ago
Size: 412 bytes
 

Contents

Class file image Download
{ "presets": [ [ "@babel/preset-env", { "useBuiltIns": "usage", "corejs": 3, "targets": { "ie": "11" } } ], "minify" ], "plugins": [ "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-private-methods", "@babel/plugin-transform-runtime" ], "only": [ "./src/webdav.js", "./src/lib/**/*.js" ] }