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/README.md

2.1 KiB

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