Migrate to webpack

This commit is contained in:
Andras Schmelczer 2025-01-05 15:30:38 +00:00
parent 4d59ec927c
commit 02486d671e
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
8 changed files with 1773 additions and 370 deletions

View file

@ -1,4 +1,4 @@
{
"jest.jestCommandLine": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"jest.jestCommandLine": "npx jest",
"jest.rootPath": "plugin"
}