LoginSignup
6
2

More than 5 years have passed since last update.

ParcelのBuildでcssやjsのパスが思った通りじゃない時の対応

Last updated at Posted at 2018-08-07

修正前
parcel build -d dist ./src/index.html

修正後
parcel build -d dist ./src/index.html --public-url ./

以下でパスを指定するぽい
--public-url ./

6
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
2