Sadick преди 7 години
родител
ревизия
4503334f36
променени са 1 файла, в които са добавени 13 реда и са изтрити 2 реда
  1. 13 2
      dist/vuepouch.js

+ 13 - 2
dist/vuepouch.js

@@ -1,4 +1,14 @@
-/******/ (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["vuepouch"] = factory();
+	else
+		root["vuepouch"] = factory();
+})(this, function() {
+return /******/ (function(modules) { // webpackBootstrap
 /******/ 	// The module cache
 /******/ 	var installedModules = {};
 /******/
@@ -84,4 +94,5 @@ exports.default = {
 };
 
 /***/ })
-/******/ ]);
+/******/ ]);
+});