Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ui-component-library / .babelrc.js
Size: Mime:
/**
 * running in package.json does weird things to rootdir
 */
module.exports = {
  // "presets": [
  //   // "babel-preset-pet"
  // ],
  "plugins": [
    [
      "module-resolver",
      {
        "root": [
          "./"
        ],
        "alias": {
          "abstractions": "./dist/src/components/abstractions",
          "atoms": "./dist/src/components/atoms",
          "organisms": "./dist/src/components/organisms",
          "molecules": "./dist/src/components/molecules",
          "pages": "./dist/src/components/pages",
          "features": "./dist/src/components/features",
          "templates": "./dist/src/components/templates",
          "presets": "./dist/src/components/presets",
          "icons": "./dist/src/components/atoms/Icons",
          "state": "./dist/src/state",
          "words": "./dist/src/words",
          "styles": "./dist/src/styles",
          "src": "./dist/src",
          "typings": "./typings",
          // "proptypes": "uxui-modules/view-container/types",
          // "chain-able": "uxui-modules/chain-able/",
          // "exotic": "uxui-modules/exotic/"
        }
      }
    ]
  ],
  "sourceMaps": true
}