Repository URL to install this package:
Version:
0.14.1 ▾
|
ui-component-library
/
.babelrc.js
|
---|
/**
* 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
}