issues
search
thgh
/
rollup-plugin-serve
Serve your rolled up bundle like webpack-dev-server
MIT License
248
stars
54
forks
source link
feat: expose `contentBasePublicPath`
#97
Open
jonw09
opened
1 year ago
jonw09
commented
1 year ago
Add the option to specify a
contentBasePublicPath
which prepends the asset path to serve.
Updated the docs to detail the new param.
Added additional tests to cover usage of the new param.
contentBasePublicPath
which prepends the asset path to serve.