Skip to content

Commit 78248c5

Browse files
committed
fix: fix Webpack build
1 parent c0fd582 commit 78248c5

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

dist/browser/math-expression-evaluator.js

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
/******/ (() => { // webpackBootstrap
1+
(function webpackUniversalModuleDefinition(root, factory) {
2+
if(typeof exports === 'object' && typeof module === 'object')
3+
module.exports = factory();
4+
else if(typeof define === 'function' && define.amd)
5+
define([], factory);
6+
else if(typeof exports === 'object')
7+
exports["Mexp"] = factory();
8+
else
9+
root["Mexp"] = factory();
10+
})(self, function() {
11+
return /******/ (() => { // webpackBootstrap
212
/******/ var __webpack_modules__ = ({
313

414
/***/ 28:
@@ -993,5 +1003,7 @@ module.exports=Mexp;
9931003
/******/ // This entry module is referenced by other modules so it can't be inlined
9941004
/******/ var __webpack_exports__ = __webpack_require__(28);
9951005
/******/
1006+
/******/ return __webpack_exports__;
9961007
/******/ })()
997-
;
1008+
;
1009+
});

0 commit comments

Comments
 (0)