Restore preview edit functions
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -73,8 +73,8 @@
|
|||||||
"glmv-prev.css"
|
"glmv-prev.css"
|
||||||
],
|
],
|
||||||
"packageFiles": [
|
"packageFiles": [
|
||||||
"mini-st.js",
|
|
||||||
"glmv-prev.js",
|
"glmv-prev.js",
|
||||||
|
"mini-st.js",
|
||||||
"glmv-mvconfig.js",
|
"glmv-mvconfig.js",
|
||||||
"glmv-hs.js"
|
"glmv-hs.js"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/******/ (() => { // webpackBootstrap
|
/******/ const TOML = (() => { // webpackBootstrap
|
||||||
/******/ "use strict";
|
/******/ "use strict";
|
||||||
/******/ /* webpack/runtime/compat */
|
/******/ /* webpack/runtime/compat */
|
||||||
/******/
|
/******/
|
||||||
@@ -1139,10 +1139,12 @@ function stringify(obj, opts) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* harmony default export */ const mTOML = ({ parse: parse, stringify: stringify, TomlDate: TomlDate, TomlError: TomlError });
|
/* harmony default export */ const dist = ({ parse: parse, stringify: stringify, TomlDate: TomlDate, TomlError: TomlError });
|
||||||
|
|
||||||
|
return { parse: parse, stringify: stringify, TomlDate: TomlDate, TomlError: TomlError }
|
||||||
|
|
||||||
;// CONCATENATED MODULE: ./index.js
|
;// CONCATENATED MODULE: ./index.js
|
||||||
|
|
||||||
module.exports = { mTOML };
|
|
||||||
/******/ })();
|
/******/ })();
|
||||||
|
|
||||||
|
module.exports = TOML;
|
||||||
|
|||||||
Reference in New Issue
Block a user