Skip to content

Commit 1ae5f17

Browse files
committed
Fix wrong package name reference in webpack config for bootstrap-validator
1 parent ae2db1d commit 1ae5f17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webpackBaseConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ module.exports = {
168168
path.join(__dirname, 'node_modules/select2/select2-bootstrap.css'),
169169
],
170170
"cover-pack": [
171-
"validator",
171+
"bootstrap-validator",
172172
"script!listPagnation",
173173
"expose?select2!select2",
174174
"expose?moment!moment",
@@ -223,7 +223,7 @@ module.exports = {
223223
"index-pack": [
224224
"expose?Spinner!spin.js",
225225
"script!jquery-ui-resizable",
226-
"validator",
226+
"bootstrap-validator",
227227
"expose?jsyaml!js-yaml",
228228
"script!mermaid",
229229
"expose?moment!moment",

0 commit comments

Comments
 (0)