mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-25 16:41:48 +00:00
10 lines
166 B
JavaScript
10 lines
166 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['next/babel', {
|
|
'preset-react': {
|
|
runtime: 'automatic',
|
|
importSource: '@emotion/react'
|
|
}
|
|
}]
|
|
]
|
|
} |