rct-tree
Version:
A tree component based on ReactJS and Typescript.
21 lines (20 loc) • 502 B
Plain Text
{
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]],
"plugins": [
"@babel/plugin-transform-react-jsx",
[
"react-css-modules",
{
"generateScopedName": "[path]-[local]-[hash:base64:5]",
"exclude": "node_modules",
"handleMissingStyleName": "warn",
"webpackHotModuleReloading": true,
"filetypes": {
".less": {
"syntax": "postcss-less"
}
}
}
]
]
}