summaryrefslogtreecommitdiff
path: root/webpackBaseConfig.js
diff options
context:
space:
mode:
authorWu Cheng-Han2016-12-20 20:33:16 +0800
committerWu Cheng-Han2016-12-20 20:33:16 +0800
commit1ae5f174c306fe412e77688e49093c89f7fdc44f (patch)
tree9dbfbac262e0f6f16c77e09c456db3aed7976b49 /webpackBaseConfig.js
parentae2db1da16fbe96d4193c0ed6640fa2ede234f74 (diff)
Fix wrong package name reference in webpack config for bootstrap-validator
Diffstat (limited to '')
-rw-r--r--webpackBaseConfig.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webpackBaseConfig.js b/webpackBaseConfig.js
index 20a21b62..400db14b 100644
--- a/webpackBaseConfig.js
+++ b/webpackBaseConfig.js
@@ -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",