Skip to content

Commit bd3b1ba

Browse files
committed
Remove jquery dependency
1 parent ff04ab4 commit bd3b1ba

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"description": "Dependencies to build nbgitpuller/static/dist/bundle.js from nbgitpuller/static/js/index.js with webpack.",
33
"devDependencies": {
4-
"jquery": "^3.6.0",
54
"webpack": "^5.45.1",
65
"webpack-cli": "^4.7.2",
76
"xterm": "^4.13.0",

webpack.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,5 @@ module.exports = {
1616
},
1717
]
1818
},
19-
devtool: 'source-map',
20-
plugins: [
21-
new webpack.ProvidePlugin({
22-
$: 'jquery',
23-
jQuery: 'jquery',
24-
}),
25-
]
19+
devtool: 'source-map'
2620
}

0 commit comments

Comments
 (0)