Skip to content

Commit

Permalink
Remove jquery dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jun 14, 2022
1 parent ff04ab4 commit bd3b1ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"description": "Dependencies to build nbgitpuller/static/dist/bundle.js from nbgitpuller/static/js/index.js with webpack.",
"devDependencies": {
"jquery": "^3.6.0",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2",
"xterm": "^4.13.0",
Expand Down
8 changes: 1 addition & 7 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@ module.exports = {
},
]
},
devtool: 'source-map',
plugins: [
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
}),
]
devtool: 'source-map'
}

0 comments on commit bd3b1ba

Please sign in to comment.