0.9.7 • Published 4 years ago

parcel-plugin-text v0.9.7

Weekly downloads
2,025
License
ISC
Repository
github
Last release
4 years ago

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:

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

Debug

By setting LOG_LEVEL environment variable to trace you can see config loading errors, like so for example:

LOG_LEVEL=trace npm run build
0.9.7

4 years ago

0.9.6

4 years ago

0.9.5

5 years ago

0.9.4

5 years ago

0.9.3

5 years ago

0.9.2

6 years ago

0.9.1

6 years ago