We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff04ab4 commit bd3b1baCopy full SHA for bd3b1ba
package.json
@@ -1,7 +1,6 @@
1
{
2
"description": "Dependencies to build nbgitpuller/static/dist/bundle.js from nbgitpuller/static/js/index.js with webpack.",
3
"devDependencies": {
4
- "jquery": "^3.6.0",
5
"webpack": "^5.45.1",
6
"webpack-cli": "^4.7.2",
7
"xterm": "^4.13.0",
webpack.config.js
@@ -16,11 +16,5 @@ module.exports = {
16
},
17
]
18
19
- devtool: 'source-map',
20
- plugins: [
21
- new webpack.ProvidePlugin({
22
- $: 'jquery',
23
- jQuery: 'jquery',
24
- }),
25
- ]
+ devtool: 'source-map'
26
}
0 commit comments