prateekbh / preact-async-route

Async route component for preact-router
MIT License
138 stars 14 forks source link

how generate bundles at folders #35

Open yaitskov opened 5 years ago

yaitskov commented 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?

prateekbh commented 5 years ago

I am not aware of such thing TBH