Use minified version of simplebar to avoid js map notice

This commit is contained in:
Djamil Legato
2022-02-04 12:02:26 -08:00
parent ed424e0d66
commit 733af3f065
5 changed files with 15 additions and 6585 deletions

View File

@@ -5,7 +5,9 @@
* Require **Grav 1.7.30**
* PageMedia can now be collapsed and thumbnails previewed smaller, in order to save room on the page. Selection will be remembered.
2. [](#improved)
* Updated js dependencies
* Updated JavaScript dependencies
* Cleaned up JavaScript unused dependencies and warnings,
* Removed unused style assets
* Plugins list rows now properly highlight on hover, no more guessing when wanting to disable a plugin!
3. [](#bugfix)
* Fixed `elements` field when it's used inside `list` field

View File

@@ -3,7 +3,7 @@ import '@babel/polyfill';
import $ from 'jquery';
import './utils/remodal';
import 'simplebar';
import 'simplebar/dist/simplebar.min.js';
import GPM, { Instance as gpm } from './utils/gpm';
import KeepAlive from './utils/keepalive';
import Updates, { Instance as updates, Notifications, Feed } from './updates';

View File

@@ -1 +0,0 @@
import 'simplebar';

View File

@@ -709,8 +709,8 @@ var external_jQuery_default = /*#__PURE__*/__webpack_require__.n(external_jQuery
$(window).on('hashchange.' + NAMESPACE, handleHashChangeEvent);
});
});
// EXTERNAL MODULE: ./node_modules/simplebar/dist/simplebar.esm.js + 24 modules
var simplebar_esm = __webpack_require__(17924);
// EXTERNAL MODULE: ./node_modules/simplebar/dist/simplebar.min.js
var simplebar_min = __webpack_require__(85766);
// EXTERNAL MODULE: ./node_modules/toastr/toastr.js
var toastr = __webpack_require__(8901);
var toastr_default = /*#__PURE__*/__webpack_require__.n(toastr);
@@ -14874,8 +14874,8 @@ var map = {
"./si.js": 90124,
"./sk": 64249,
"./sk.js": 64249,
"./sl": 34082,
"./sl.js": 34082,
"./sl": 14985,
"./sl.js": 14985,
"./sq": 51104,
"./sq.js": 51104,
"./sr": 49131,
@@ -14894,8 +14894,8 @@ var map = {
"./te.js": 23110,
"./tet": 52095,
"./tet.js": 52095,
"./tg": 44257,
"./tg.js": 44257,
"./tg": 27321,
"./tg.js": 27321,
"./th": 9041,
"./th.js": 9041,
"./tk": 19005,

File diff suppressed because one or more lines are too long