UNPKG

crypto-react

Version:

JavaScript library of Cryptography Standard for react.

8 lines (7 loc) 178 B
/* eslint linebreak-style: ["error", "windows"] */ module.exports = { presets: [ '@babel/preset-env', ['@babel/preset-react', { runtime: 'automatic' }], ], };