PHP Classes

File: modules/system/.babelrc

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/.babelrc   Download  
File: modules/system/.babelrc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 395 bytes
 

Contents

Class file image Download
{ "presets": [ "@babel/preset-env" ], "plugins": [ "@babel/plugin-transform-runtime", [ "module-resolver", { "root": ["./tests/js"], "alias": { "helpers": "./helpers", "snowboard": "../../modules/system/assets/js/snowboard", } } ] ] }