-
Notifications
You must be signed in to change notification settings - Fork 174
Reenable Template Signing #864
Copy link
Copy link
Open
Labels
Description
Feature Request 🛍️
Template signing was removed due to an incompatibility with node-forge and xrep, 28e6012#diff-da759e10e8da3f4c87c6b8e9e6d78e058f96ccfcd67c208187d6d6ed827f1c89L22-L183
Use Case
Possible Solution
There are several ways to solve this problem:
- Configure webpack to allow browserification of node-forge and xrep
- Replace these dependencies with similar modules that can be webpacked.
Note that the tests and code should be unchanged (just unskipped / uncommented)
Context
Detailed Description
Reactions are currently unavailable