Expected Behavior
Use the "auto" mechanism of webpack publicPath configuration.
Actual Behavior
"auto" as a string is added to asset paths in the manifest.
Additional Information
When I use in production mode, your great plugin for webpack, the "new" way do declare auto in publicPath inside the webpack.config.js, the plugin takes the value as a string.
Maybe a condition could be added to take that special feature.
Thanks!
Expected Behavior
Use the "auto" mechanism of webpack publicPath configuration.
Actual Behavior
"auto" as a string is added to asset paths in the manifest.
Additional Information
When I use in production mode, your great plugin for webpack, the "new" way do declare
autoinpublicPathinside thewebpack.config.js, the plugin takes the value as a string.Maybe a condition could be added to take that special feature.
Thanks!