Skip to content

Commit

Permalink
fix: fix Webpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
bugwheels94 committed Jan 29, 2022
1 parent c0fd582 commit 78248c5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
16 changes: 14 additions & 2 deletions dist/browser/math-expression-evaluator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
/******/ (() => { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else if(typeof exports === 'object')
exports["Mexp"] = factory();
else
root["Mexp"] = factory();
})(self, function() {
return /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 28:
Expand Down Expand Up @@ -993,5 +1003,7 @@ module.exports=Mexp;
/******/ // This entry module is referenced by other modules so it can't be inlined
/******/ var __webpack_exports__ = __webpack_require__(28);
/******/
/******/ return __webpack_exports__;
/******/ })()
;
;
});

0 comments on commit 78248c5

Please sign in to comment.