IMPR: minor changes

This commit is contained in:
Tony Air 2020-06-19 07:14:36 +07:00
parent 8bbe4edce7
commit 1d1538e657
5 changed files with 5 additions and 6 deletions

File diff suppressed because one or more lines are too long

2
dist/js/app.js vendored

File diff suppressed because one or more lines are too long

2
dist/js/app.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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"

View File

@ -2,7 +2,6 @@
import $ from 'jquery';
import MainUI from "../_main";
import Events from '../_events';
import SpinnerUI from './_ui.spinner';