mirror of https://github.com/status-im/codimd.git
Fix wrong package name reference in webpack config for bootstrap-validator
This commit is contained in:
parent
ae2db1da16
commit
1ae5f174c3
|
@ -168,7 +168,7 @@ module.exports = {
|
|||
path.join(__dirname, 'node_modules/select2/select2-bootstrap.css'),
|
||||
],
|
||||
"cover-pack": [
|
||||
"validator",
|
||||
"bootstrap-validator",
|
||||
"script!listPagnation",
|
||||
"expose?select2!select2",
|
||||
"expose?moment!moment",
|
||||
|
@ -223,7 +223,7 @@ module.exports = {
|
|||
"index-pack": [
|
||||
"expose?Spinner!spin.js",
|
||||
"script!jquery-ui-resizable",
|
||||
"validator",
|
||||
"bootstrap-validator",
|
||||
"expose?jsyaml!js-yaml",
|
||||
"script!mermaid",
|
||||
"expose?moment!moment",
|
||||
|
|
Loading…
Reference in New Issue