https://github.com/acryps/parcel-transformer-page
https://github.com/acryps/parcel-transformer-page
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/acryps/parcel-transformer-page
- Owner: acryps
- Created: 2023-08-10T09:18:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T13:07:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T10:14:38.102Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parcel transformer page
Parcel plugin to compile @acryps/page
## Installation
To install the package run
`npm install @acryps/parcel-transformer-page --save-dev`
Create or update the parcel config
```
{
"extends": ["@parcel/config-default"],
"transformers": {
"*.js": ["...", "@acryps/parcel-transformer-page"]
}
}
```