You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `description` should be written in present continuous tense, without punctuation, and with a lowercase first letter unless the description starts with a name or similar.
// The base Babel config is ready for custom preset configurations to be added onto the `next/babel` preset as per the Next.js docs: https://nextjs.org/docs/advanced-features/customizing-babel-config
16
13
constbaseBabelConfig={
17
14
presets: [["next/babel",{}]],
18
15
plugins: [],
19
16
}
20
17
21
-
try{
22
-
awaitwriteJsonFile(".babelrc",baseBabelConfig)
23
-
}catch(error){
24
-
exitWithError(
25
-
"An error occurred while adding custom Babel configuration.",
0 commit comments