@digital-ai/vs-components
v3.3.2
Published
[](https://github.com/digital-ai/vs-components/compare/master...develop?expand=1&template=release.md) [$/,
exclude: {
and: [/node_modules/], // Exclude libraries in node_modules ...
not: [
// Except for a few of them that needs to be transpiled because they use modern syntax
/vs-components/
]
},
use: {
loader: 'babel-loader'
}
},
// more rules
]
}
// more configurationAnd the babel configuration on babel.config.json:
{
"presets": [
[
"@babel/preset-env",
{
"corejs": {
"version": 3.14,
"proposals": true
},
"useBuiltIns": "entry"
}
],
"@babel/preset-react"
]
}Contributing
See our CONTRIBUTING section for more info about development and internal processes.
License
All materials included in this package are subject to your existing commercial license or subscription agreement terms with Digital.ai Software Inc. or its Affiliates.
