Skip to content

Commit

Permalink
fix in webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkalburgi committed May 22, 2024
1 parent 154c780 commit e1072e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ const extensionConfig = {
{
from: 'src/components',
to: 'components'
},
{
from: 'src/globals.css',
to: 'globals.css'
}

],
Expand Down

0 comments on commit e1072e0

Please sign in to comment.