Files
vscode-codeql/package-lock.json
Koen Vlaswinkel 45da1e0f1f Unify the Webpack bundle
This will move all webviews into a single Webpack bundle. This will make
it easier to add new webviews since we don't need to add a new bundle,
but just need to add a new directory with an `index.tsx` file.

It also moves the CSS processing to Webpack so that we don't need to
specify the CSS files to use separately, but can simply do so in the
TypeScript files.
2022-08-26 11:15:24 +02:00

7 lines
92 B
JSON

{
"name": "vscode-codeql",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}