index
:
github/kvision.git
gh-pages
kvision_1
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
webpack.config.d
/
jquery.js
blob: 4052259599ff8ab7c21924269e5ee20215415a1c (
plain
)
1
2
3
4
config
.
plugins
.
push
(
new
webpack
.
ProvidePlugin
({
$
:
"jquery"
,
jQuery
:
"jquery"
}));