thgh / rollup-plugin-serve

Serve your rolled up bundle like webpack-dev-server
MIT License
248 stars 54 forks source link

Ability to serve different paths for the .js and .html file #70

Open ProgaPanda opened 3 years ago

ProgaPanda commented 3 years ago

I currently use webpack dev server and I'm able to serve the HTML and JS file in different directories, not in one directory. Is that doable?