使用 Parcel 插件处理静态文件

npm install parcel-plugin-static-files-copy --save-dev

在项目根目录创建一个 static 文件夹,并将 flowers.jpg 文件放入其中。

创建或更新 package.json 文件:

{
  "scripts": {
    "start": "parcel basic-fetch.html"
  },
  "staticFiles": {
    "staticPath": "static",
    "staticOutPath": "./"
  }
}

将 flowers.jpg 文件移动到 static 文件夹中:
...
运行项目

Leave a reply

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

required