diff options
-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", |