generated from averycrespi/react-parcel-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Building the extension
Avery Crespi edited this page Nov 5, 2020
·
4 revisions
This page explains how to build the VTT Bridge extension on your local machine.
# Clone the repository
git clone https://github.com/averycrespi/vtt-bridge.git && cd vtt-bridge
# Install dependencies
yarn
# Install build tools
yarn global add parcel web-ext
# Build the extension package
yarn buildBuild notes:
- The
KNOWN_LIBRARYnotice is caused bypolyfill.jsand can be safely ignored. - The
UNSAFE_VAR_ASSIGNMENTwarnings are caused by Parcel and can be safely ignored. - The
Accessing non-existent property '*' of module exports inside circular dependencywarnings are caused by certain Node dependencies and can be safely ignored.