Skip to content

Commit

Permalink
build: package
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Oct 8, 2018
1 parent 00bf4c5 commit 8bb28ce
Show file tree
Hide file tree
Showing 81 changed files with 623 additions and 221 deletions.
2 changes: 1 addition & 1 deletion lib/action-sheet/action-sheet.min.js

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions lib/action-sheet/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module.exports =
/******/ (function(modules) { // 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["action-sheet"] = factory();
else
root["cube"] = root["cube"] || {}, root["cube"]["action-sheet"] = factory();
})(typeof self !== 'undefined' ? self : this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
Expand Down Expand Up @@ -3150,4 +3159,5 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
});

/***/ })
/******/ ]);
/******/ ]);
});
4 changes: 2 additions & 2 deletions lib/better-scroll/better-scroll.min.js

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions lib/better-scroll/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module.exports =
/******/ (function(modules) { // 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["better-scroll"] = factory();
else
root["cube"] = root["cube"] || {}, root["cube"]["better-scroll"] = factory();
})(typeof self !== 'undefined' ? self : this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
Expand Down Expand Up @@ -3440,4 +3449,5 @@ BScroll.Version = '1.12.6';

/***/ })

/******/ });
/******/ });
});
2 changes: 1 addition & 1 deletion lib/button/button.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions lib/button/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module.exports =
/******/ (function(modules) { // 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["button"] = factory();
else
root["cube"] = root["cube"] || {}, root["cube"]["button"] = factory();
})(typeof self !== 'undefined' ? self : this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
Expand Down Expand Up @@ -350,4 +359,5 @@ module.exports = function normalizeComponent (

/***/ })

/******/ });
/******/ });
});
4 changes: 2 additions & 2 deletions lib/cascade-picker/cascade-picker.min.js

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions lib/cascade-picker/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module.exports =
/******/ (function(modules) { // 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["cascade-picker"] = factory();
else
root["cube"] = root["cube"] || {}, root["cube"]["cascade-picker"] = factory();
})(typeof self !== 'undefined' ? self : this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
Expand Down Expand Up @@ -7468,4 +7477,5 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
});

/***/ })
/******/ ]);
/******/ ]);
});
Loading

0 comments on commit 8bb28ce

Please sign in to comment.