marko 5.31.4 → 5.31.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,15 @@
1
1
  "use strict";
2
- load.e = __webpack_is_included__;
2
+ load.e = exists;
3
3
  module.exports = load;
4
4
 
5
5
  function load(id) {
6
6
  return interopRequire(__webpack_require__(id));
7
7
  }
8
8
 
9
+ function exists() {
10
+ return false;
11
+ }
12
+
9
13
  function interopRequire(mod) {
10
14
  return mod.default || mod;
11
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.31.4",
3
+ "version": "5.31.5",
4
4
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
5
5
  "keywords": [
6
6
  "front-end",
@@ -1,11 +1,15 @@
1
1
  "use strict";
2
- load.e = __webpack_is_included__;
2
+ load.e = exists;
3
3
  module.exports = load;
4
4
 
5
5
  function load(id) {
6
6
  return interopRequire(__webpack_require__(id));
7
7
  }
8
8
 
9
+ function exists() {
10
+ return false;
11
+ }
12
+
9
13
  function interopRequire(mod) {
10
14
  return mod.default || mod;
11
15
  }