mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-02-14 11:22:30 +00:00
sync
This commit is contained in:
10
frontend/babel.config.js
Normal file
10
frontend/babel.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
['next/babel', {
|
||||
'preset-react': {
|
||||
runtime: 'automatic',
|
||||
importSource: '@emotion/react'
|
||||
}
|
||||
}]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user