Closed quicoto closed 3 months ago
React example:
defaultTasks: ["styles", "webpack"],
@babel/preset-react
@babel/preset-react
to babel config: general: {
defaultTasks: ["styles", "webpack"],
},
babel: {
use: {
options: {
presets: [
"@babel/preset-env",
"@babel/preset-react"
]
}
}
},
This config was test on existing PROD React SPA.
Thank you, closing issue
Would be nice to document the minimal config changes needed to make this work with React or another framework