修正前
parcel build -d dist ./src/index.html
修正後
parcel build -d dist ./src/index.html --public-url ./
以下でパスを指定するぽい
--public-url ./
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
修正前
parcel build -d dist ./src/index.html
修正後
parcel build -d dist ./src/index.html --public-url ./
以下でパスを指定するぽい
--public-url ./
Register as a new user and use Qiita more conveniently
Go to list of users who liked