File tree 2 files changed +4
-16
lines changed
2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 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["Stackgl"] = factory();
8
- else
9
- root["Stackgl"] = factory();
10
- })(self, function() {
11
- return /******/ (function() { // webpackBootstrap
1
+ /******/ (function() { // webpackBootstrap
12
2
/******/ var __webpack_modules__ = ({
13
3
14
4
/***/ 1964:
@@ -42715,8 +42705,7 @@ function findZeroCrossings(array, level) {
42715
42705
/******/ // Load entry module and return exports
42716
42706
/******/ // This entry module is referenced by other modules so it can't be inlined
42717
42707
/******/ var __webpack_exports__ = __webpack_require__(1964);
42708
+ /******/ module.exports = __webpack_exports__;
42718
42709
/******/
42719
- /******/ return __webpack_exports__;
42720
42710
/******/ })()
42721
- ;
42722
- });
42711
+ ;
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ module.exports = {
7
7
path : path . resolve ( '.' ) ,
8
8
filename : 'index.js' ,
9
9
library : {
10
- name : 'Stackgl' ,
11
- type : 'umd'
10
+ type : 'commonjs-module'
12
11
}
13
12
} ,
14
13
optimization : {
You can’t perform that action at this time.
0 commit comments