UNPKG

babel-plugin-wrap-profiler

Version:

Babel Plugin to wrap components with profiler

5 lines 141 B
// babel.config.js module.exports = { presets: ['@babel/preset-env', '@babel/preset-react'], plugins: ['@babel/plugin-syntax-jsx'] };