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.module.config.js
16 lines
(14 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* global module */
module
.
exports
= { plugins: [
'@babel/transform-runtime'
, ], presets: [ [
'@babel/env'
, { modules:
false
, targets:
'defaults'
, }], [
'@babel/react'
, { runtime:
'automatic'
}],
'@babel/typescript'
, ], };