Skip to content

Commit 0e3b6f5

Browse files
committed
ビルドをバージョンアップ
1 parent 003c812 commit 0e3b6f5

File tree

4 files changed

+1105
-39
lines changed

4 files changed

+1105
-39
lines changed

babel.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
module.exports = {
22
presets: [
3-
['@babel/preset-env', { targets: "defaults" }],
4-
['@babel/preset-react', { runtime: 'automatic' }],
3+
'@babel/preset-env',
4+
'@babel/preset-react',
55
'@babel/preset-typescript'
66
],
77
plugins: [
88
['@babel/plugin-transform-runtime', {
9+
helpers: false, // これを false に設定
910
regenerator: true
1011
}]
1112
]

0 commit comments

Comments
 (0)