We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blocked at the very beginning using default configuration :
An extremely fast bundler v0.1.0-beta.12
warn core could not resolve configuration file debug core configuration load error { "code": "MODULE_NOT_FOUND", "requireStack": [ "/home/t5h0qo/code/poc/similar/node_modules/@react-native-esbuild/core/dist/index.js", "/home/t5h0qo/code/poc/similar/node_modules/@react-native-esbuild/cli/dist/index.js" ] }
info dev-server dev server listening on http://localhost:8081
info cli > press 'r' to reload info cli > press 'd' to open developer menu
info cli sending 'devMenu' command...
The text was updated successfully, but these errors were encountered:
Is the react-native-esbuild.js configuration file located at the root of your project?
react-native-esbuild.js
This log is displayed when the configuration cannot be found and is the intended behavior. (It will fall back to the default configuration.)
Sorry, something went wrong.
leegeunhyeok
No branches or pull requests
blocked at the very beginning using default configuration :
An extremely fast bundler
v0.1.0-beta.12
warn core could not resolve configuration file
debug core configuration load error
{
"code": "MODULE_NOT_FOUND",
"requireStack": [
"/home/t5h0qo/code/poc/similar/node_modules/@react-native-esbuild/core/dist/index.js",
"/home/t5h0qo/code/poc/similar/node_modules/@react-native-esbuild/cli/dist/index.js"
]
}
info dev-server dev server listening on http://localhost:8081
info cli > press 'r' to reload
info cli > press 'd' to open developer menu
info cli sending 'devMenu' command...
The text was updated successfully, but these errors were encountered: