UNPKG
@intenda/opus-ui-json-builder
Version:
latest (1.0.0)
1.0.0
0.3.0
0.2.0
0.1.0
Provides the `jsonBuilder` component type for use by Opus UI applications.
opus-ui.com
@intenda/opus-ui-json-builder
/
babel.config.js
5 lines
(4 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
module.exports = { presets: [
'@babel/preset-env'
,
'@babel/preset-react'
],
env
: {
test
: { plugins: [
'@babel/plugin-transform-runtime'
] } } };