diff options
author | Wu Cheng-Han | 2016-12-20 20:33:16 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-12-20 20:33:16 +0800 |
commit | 1ae5f174c306fe412e77688e49093c89f7fdc44f (patch) | |
tree | 9dbfbac262e0f6f16c77e09c456db3aed7976b49 | |
parent | ae2db1da16fbe96d4193c0ed6640fa2ede234f74 (diff) |
Fix wrong package name reference in webpack config for bootstrap-validator
-rw-r--r-- | webpackBaseConfig.js | 4 |
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", |