UNPKG

brahma-trade-widget

Version:

A React component for trade automation within the Brahma ecosystem.

17 lines (16 loc) 303 B
// .babelrc.js module.exports = { presets: [ [ "@babel/preset-env", { modules: false, // Important: Prevent Babel from transforming modules }, ], "@babel/preset-react", "@babel/preset-typescript", ], plugins: [ // Other plugins you might need ], }