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.
7 lines
92 B
JSON
7 lines
92 B
JSON
{
|
|
"name": "vscode-codeql",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {}
|
|
}
|