compiler options dont show until babel plugin is installed
the readme says // React Compiler options goes here but im only seeing babelTransFormOpt as a field and nothing else. the compiler docs suggest there should be a sources field that.
would the test field for webpack itself be used instead?
i didnt have the babel-plugin-react-compiler dep installed.
What package manager and which version are you using? babel-plugin-react-compiler is a non-optional peer deps that should be installed by default for almost every package manager out there.
i ran npm i -D react-compiler-webpack and it didnt work until i manually installed the dep. when i say they didnt show up im talking about vscode intellisense.
i ran
npm i -D react-compiler-webpackand it didnt work until i manually installed the dep. when i say they didnt show up im talking about vscode intellisense.
Which version of npm are you using?
10.5.0