diff options
Diffstat (limited to 'webpackBaseConfig.js')
-rw-r--r-- | webpackBaseConfig.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webpackBaseConfig.js b/webpackBaseConfig.js index 20a21b62..496afce4 100644 --- a/webpackBaseConfig.js +++ b/webpackBaseConfig.js @@ -168,16 +168,16 @@ module.exports = { path.join(__dirname, 'node_modules/select2/select2-bootstrap.css'), ], "cover-pack": [ - "validator", + "bootstrap-validator", "script!listPagnation", "expose?select2!select2", "expose?moment!moment", - "js-url", + "script!js-url", path.join(__dirname, 'public/js/cover.js') ], index: [ "script!jquery-ui-resizable", - "js-url", + "script!js-url", "expose?filterXSS!xss", "script!Idle.Js", "expose?LZString!lz-string", @@ -223,11 +223,11 @@ module.exports = { "index-pack": [ "expose?Spinner!spin.js", "script!jquery-ui-resizable", - "validator", + "bootstrap-validator", "expose?jsyaml!js-yaml", "script!mermaid", "expose?moment!moment", - "js-url", + "script!js-url", "script!handlebars", "expose?hljs!highlight.js", "expose?emojify!emojify.js", |