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
I'm trying to set the publicPath in the webpack config, but I'm not sure if its possible with CRA.
I want to set the publicPath to "auto" - just as shown here: https://webpack.js.org/guides/public-path/#automatic-publicpath
If I set the PUBLIC_PATH='auto' - I'm wondering if this will configure the underlying public path config as I expect (like in the link I shared)
PUBLIC_PATH='auto'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to set the publicPath in the webpack config, but I'm not sure if its possible with CRA.
I want to set the publicPath to "auto" - just as shown here: https://webpack.js.org/guides/public-path/#automatic-publicpath
If I set the
PUBLIC_PATH='auto'
- I'm wondering if this will configure the underlying public path config as I expect (like in the link I shared)The text was updated successfully, but these errors were encountered: