You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
If I want to customize public dir, I have to set it both in rollup.config.js and package.json, which is pretty tedious and less friendly to new comers.
First,pass watch param to livereload plugin:
Second, change sirv public dir:
2、Expect
Set public path only in rollup.config.js and work out through.
If possible, I will create a PR to enhance it.
The text was updated successfully, but these errors were encountered:
magentaqin
changed the title
【Feature Request】publicPath should be set in on place
【Feature Request】publicPath customization should be set in one place
Apr 28, 2022
magentaqin
changed the title
【Feature Request】publicPath customization should be set in one place
【Feature Request】public directory customization should be set in one place
Apr 28, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1、status quo
If I want to customize public dir, I have to set it both in rollup.config.js and package.json, which is pretty tedious and less friendly to new comers.
First,pass watch param to livereload plugin:
Second, change sirv public dir:
2、Expect
Set public path only in rollup.config.js and work out through.
If possible, I will create a PR to enhance it.
The text was updated successfully, but these errors were encountered: