UNPKG
@dr.pogodin/react-helmet
Version:
latest (3.2.2)
3.2.2
3.1.1
3.1.0
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.4
Thread-safe Helmet for React 19+ and friends
github.com/birdofpreyru/react-helmet
@dr.pogodin/react-helmet
/
babel.config.js
17 lines
(15 loc)
•
297 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* global module */
module
.
exports
= { plugins: [
'babel-plugin-react-compiler'
,
'@babel/transform-runtime'
, ], presets: [ [
'@babel/env'
, { modules:
'cjs'
, targets:
'defaults'
, }], [
'@babel/react'
, { runtime:
'automatic'
}],
'@babel/typescript'
, ], };