From e1072e0348050a2ed5fdfe2f0f8f6fdec9c93002 Mon Sep 17 00:00:00 2001 From: nikhilkalburgi Date: Wed, 22 May 2024 19:18:42 +0530 Subject: [PATCH] fix in webpack config --- package-lock.json | 3 +-- package.json | 1 + webpack.config.js | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb75292..c43acdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@asyncapi/parser": "^3.0.7", "@types/markdown-it": "^13.0.7", "ejs": "^3.1.9", - "js-yaml": "^4.1.0", "markdown-it": "^14.0.0", "mermaid": "^10.8.0", "yaml": "^2.4.2" @@ -21,7 +20,7 @@ "@asyncapi/react-component": "^1.2.7", "@types/ejs": "^3.1.5", "@types/glob": "^7.2.0", - "@types/js-yaml": "^4.0.9", + "@types/js-yaml": "^4.0.5", "@types/mocha": "^9.1.1", "@types/node": "14.x", "@types/vscode": "^1.66.0", diff --git a/package.json b/package.json index 964f24c..008ed83 100644 --- a/package.json +++ b/package.json @@ -127,6 +127,7 @@ "@asyncapi/react-component": "^1.2.7", "@types/ejs": "^3.1.5", "@types/glob": "^7.2.0", + "@types/js-yaml": "^4.0.5", "@types/mocha": "^9.1.1", "@types/node": "14.x", "@types/vscode": "^1.66.0", diff --git a/webpack.config.js b/webpack.config.js index efee6b9..e3a84da 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -67,6 +67,10 @@ const extensionConfig = { { from: 'src/components', to: 'components' + }, + { + from: 'src/globals.css', + to: 'globals.css' } ],