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'), path.join(__dirname, 'node_modules/select2/select2-bootstrap.css'),
], ],
"cover-pack": [ "cover-pack": [
"validator", "bootstrap-validator",
"script!listPagnation", "script!listPagnation",
"expose?select2!select2", "expose?select2!select2",
"expose?moment!moment", "expose?moment!moment",
@ -223,7 +223,7 @@ module.exports = {
"index-pack": [ "index-pack": [
"expose?Spinner!spin.js", "expose?Spinner!spin.js",
"script!jquery-ui-resizable", "script!jquery-ui-resizable",
"validator", "bootstrap-validator",
"expose?jsyaml!js-yaml", "expose?jsyaml!js-yaml",
"script!mermaid", "script!mermaid",
"expose?moment!moment", "expose?moment!moment",