Fix wrong package name reference in webpack config for bootstrap-validator

This commit is contained in:
Wu Cheng-Han 2016-12-20 20:33:16 +08:00
parent ae2db1da16
commit 1ae5f174c3

View file

@ -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",