UNPKG
react-fluentui-menu-manager
Version:
latest (0.1.1)
0.1.1
0.1.0
Add a Menu Manager for Fluent UI's CommandBar
react-fluentui-menu-manager
/
babel.config.js
10 lines
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// babel.config.js
module
.
exports
= { presets: [ [
'@babel/preset-env'
, { targets: { node:
'current'
} }] ], };