Tyler Hallada
5f8e00c300
Finally managed to get the wasm module loaded and executing using some webpack witchcraft. Still need to actually implement the plugin action.
17 lines
215 B
JSON
17 lines
215 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "build",
|
|
"problemMatcher": [
|
|
"$tsc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"label": "npm: build"
|
|
}
|
|
]
|
|
} |