Open yaitskov opened 5 years ago
webpack generates links to bundles with default publicPath containing path to original file location, but bundle files are located in the same folder.
Is there way to tell webpack to keep folder structure for bundle files in dist folder?
I am not aware of such thing TBH
webpack generates links to bundles with default publicPath containing path to original file location, but bundle files are located in the same folder.
Is there way to tell webpack to keep folder structure for bundle files in dist folder?