-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Problem
/AJAXRequest.jsis 78KB/dist/AJAXRequest.jsis 64KB
Unclear which is the canonical source and why they differ.
Suggestion
- Document the build process in README or CONTRIBUTING.md
- Add build script to package.json
- Clarify in README which file to use for development vs production
- Consider making
/distthe only distribution folder
Proposed package.json scripts
{
"scripts": {
"build": "...",
"minify": "terser AJAXRequest.js -o dist/AJAXRequest.min.js"
}
}Reactions are currently unavailable