vue-simple-spinner
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -43,8 +43,10 @@ 'use strict' | ||
config.plugins = config.plugins.concat([ | ||
new webpack.LoaderOptionsPlugin({ | ||
minimize: true | ||
}) | ||
]) | ||
if (options.isProduction) { | ||
config.plugins = config.plugins.concat([ | ||
new webpack.LoaderOptionsPlugin({ | ||
minimize: true | ||
}), | ||
// Set the production environment | ||
@@ -51,0 +53,0 @@ new webpack.DefinePlugin({ |
/*! | ||
* vue-simple-spinner v1.2.1 (https://github.com/dzwillia/vue-simple-spinner) | ||
* vue-simple-spinner v1.2.2 (https://github.com/dzwillia/vue-simple-spinner) | ||
* (c) 2017 David Z. Williams | ||
@@ -102,19 +102,3 @@ * Released under the MIT License. | ||
) | ||
Component.options.__file = "C:\\src\\vue-simple-spinner\\src\\components\\Spinner.vue" | ||
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key !== "__esModule"})) {console.error("named exports are not supported in *.vue files.")} | ||
if (Component.options.functional) {console.error("[vue-loader] Spinner.vue: functional components are not supported with templates, they should use render functions.")} | ||
/* hot reload */ | ||
if (false) {(function () { | ||
var hotAPI = require("vue-hot-reload-api") | ||
hotAPI.install(require("vue"), false) | ||
if (!hotAPI.compatible) return | ||
module.hot.accept() | ||
if (!module.hot.data) { | ||
hotAPI.createRecord("data-v-f8f101d2", Component.options) | ||
} else { | ||
hotAPI.reload("data-v-f8f101d2", Component.options) | ||
} | ||
})()} | ||
module.exports = Component.exports | ||
@@ -302,3 +286,3 @@ | ||
// module | ||
exports.push([module.i, "\n.vue-simple-spinner {\n transition: all 0.3s linear;\n}\n@keyframes vue-simple-spinner-spin {\n0% { transform: rotate(0deg);\n}\n100% { transform: rotate(360deg);\n}\n}\n", ""]); | ||
exports.push([module.i, ".vue-simple-spinner{transition:all .3s linear}@keyframes vue-simple-spinner-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}", ""]); | ||
@@ -423,3 +407,3 @@ // exports | ||
/* 6 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
/***/ (function(module, exports) { | ||
@@ -439,9 +423,2 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h; | ||
},staticRenderFns: []} | ||
module.exports.render._withStripped = true | ||
if (false) { | ||
module.hot.accept() | ||
if (module.hot.data) { | ||
require("vue-hot-reload-api").rerender("data-v-f8f101d2", module.exports) | ||
} | ||
} | ||
@@ -459,16 +436,3 @@ /***/ }), | ||
// add the styles to the DOM | ||
var update = __webpack_require__(8)("b4eb86a6", content, false); | ||
// Hot Module Replacement | ||
if(false) { | ||
// When the styles change, update the <style> tags | ||
if(!content.locals) { | ||
module.hot.accept("!!../../node_modules/css-loader/index.js!../../node_modules/vue-loader/lib/style-compiler/index.js?{\"id\":\"data-v-f8f101d2\",\"scoped\":false,\"hasInlineConfig\":true}!../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./Spinner.vue", function() { | ||
var newContent = require("!!../../node_modules/css-loader/index.js!../../node_modules/vue-loader/lib/style-compiler/index.js?{\"id\":\"data-v-f8f101d2\",\"scoped\":false,\"hasInlineConfig\":true}!../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./Spinner.vue"); | ||
if(typeof newContent === 'string') newContent = [[module.id, newContent, '']]; | ||
update(newContent); | ||
}); | ||
} | ||
// When the module is disposed, remove the <style> tags | ||
module.hot.dispose(function() { update(); }); | ||
} | ||
var update = __webpack_require__(8)("d89557e4", content, true); | ||
@@ -475,0 +439,0 @@ /***/ }), |
/*! | ||
* vue-simple-spinner v1.2.1 (https://github.com/dzwillia/vue-simple-spinner) | ||
* vue-simple-spinner v1.2.2 (https://github.com/dzwillia/vue-simple-spinner) | ||
* (c) 2017 David Z. Williams | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "vue-simple-spinner", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A simple, flexible spinner for Vue.js", | ||
@@ -33,4 +33,3 @@ "author": "David Z. Williams <dave@flex.io>", | ||
"homepage": "https://github.com/dzwillia/vue-simple-spinner/", | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -37,0 +36,0 @@ "autoprefixer": "^6.7.7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
304363
845