Replies: 1 comment 14 replies
-
Yes, because |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using webpack dev server, it is possible to serve static files using the property:
It works properly, however, if I want to add a
publicPath
, I need to create two objects like this:Whereas, it could make sense to create only one object with two paths in the directory such like that:
What do you think ?
Beta Was this translation helpful? Give feedback.
All reactions