The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/peggy-loader
Matheus Cardoso af185f4374
chore(deps-dev): bump typescript to 5.9.2 (#36645)
5 months ago
..
src chore: minor deps (#33795) 1 year ago
.eslintignore chore: move message-parser and peggy-loader to main repo (#31796) 2 years ago
.eslintrc.json chore: move message-parser and peggy-loader to main repo (#31796) 2 years ago
.gitignore chore: move message-parser and peggy-loader to main repo (#31796) 2 years ago
.prettierignore chore: move message-parser and peggy-loader to main repo (#31796) 2 years ago
.prettierrc.js chore: move message-parser and peggy-loader to main repo (#31796) 2 years ago
CHANGELOG.md Release 6.13.0 1 year ago
README.md chore: move message-parser and peggy-loader to main repo (#31796) 2 years ago
package.json chore(deps-dev): bump typescript to 5.9.2 (#36645) 5 months ago
tsconfig.cjs.json refactor(tests): Align Jest tests (#32550) 1 year ago
tsconfig.json chore: move message-parser and peggy-loader to main repo (#31796) 2 years ago

README.md

Rocket.Chat

@rocket.chat/peggy-loader

Peggy loader for webpack


npm@latest npm@next npm downloads License: MIT

deps npm bundle size

Install

Firstly, install the peer dependencies (prerequisites):

npm i peggy webpack

# or, if you are using yarn:

yarn add peggy webpack

Add @rocket.chat/peggy-loader as a dependency:

npm i @rocket.chat/peggy-loader

# or, if you are using yarn:

yarn add @rocket.chat/peggy-loader

Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the issues.

Building

As this package dependends on others in this monorepo, before anything run the following at the root directory:

yarn build

Linting

To ensure the source is matching our coding style, we perform linting. Before commiting, check if your code fits our style by running:

yarn lint

Some linter warnings and errors can be automatically fixed:

yarn lint-and-fix