mikehenrty / parcel-plugin-text

text file loader asset type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm install -D parcel-plugin-text

Configuration

If you need to handle others extensions than the default one —.txt, put a file called .parcel-plugin-textrc at the root of your package — or create an entry parcel-plugin-text in your package.json — and set it to a json having the following structure:

{
  "extentions":[
    "vueml",
    "svgsprt",
    "text"
  ]
}

About

text file loader asset type


Languages

Language:JavaScript 100.0%