UNPKG
babel-plugin-wrap-profiler
Version:
latest (1.0.0)
1.0.0
Babel Plugin to wrap components with profiler
babel-plugin-wrap-profiler
/
babel.config.js
5 lines
•
141 B
JavaScript
View Raw
1
2
3
4
5
// babel.config.js
module
.
exports
= { presets: [
'@babel/preset-env'
,
'@babel/preset-react'
], plugins: [
'@babel/plugin-syntax-jsx'
] };