haifeng2013 / rollup-plugin-bundle-html

MIT License
27 stars 11 forks source link

onlinePath doesn't respect bundle subfolders #35

Open StevenWeathers opened 4 years ago

StevenWeathers commented 4 years ago

When setting the onlinePath value the bundles subfolders are not respected e.g. css/js.

/js/main.[hash].js becomes [onlinePath]main.[hash].js

I would expect it to become [onlinePath]/js/main.[hash].js