mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPR: minor changes
This commit is contained in:
parent
8bbe4edce7
commit
1d1538e657
2
dist/css/app.css.map
vendored
2
dist/css/app.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.js
vendored
2
dist/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.js.map
vendored
2
dist/js/app.js.map
vendored
File diff suppressed because one or more lines are too long
@ -33,7 +33,7 @@
|
||||
"ie>=11"
|
||||
],
|
||||
"dependencies": {
|
||||
"@a2nt/meta-lightbox": "^2.2.0",
|
||||
"@a2nt/meta-lightbox": "^2.2.1",
|
||||
"bootbox": "^4.4.0",
|
||||
"bootstrap": "^4.5.0",
|
||||
"bootstrap-confirmation2": "^4.1.0",
|
||||
@ -111,7 +111,7 @@
|
||||
"terser-webpack-plugin": "^2.3.7",
|
||||
"url-loader": "^0.6.2",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-dev-server": "^3.11.0",
|
||||
"webpack-manifest-plugin": "^1.3.2",
|
||||
"webpack-merge": "^4.2.2"
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
import $ from 'jquery';
|
||||
|
||||
import MainUI from "../_main";
|
||||
import Events from '../_events';
|
||||
import SpinnerUI from './_ui.spinner';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user