diff --git a/dist/Valine.Pure.min.js b/dist/Valine.Pure.min.js index 21951710..f57e051e 100644 --- a/dist/Valine.Pure.min.js +++ b/dist/Valine.Pure.min.js @@ -1,7 +1,7 @@ /*! * Valine v1.3.5 * (c) 2017-2019 xCss - * Released under the GPL-2.0 License. + * Released under the GPL-2.0 License.Update: Fri Mar 29 2019 17:51:59 GMT+0800 (中国标准时间) */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Valine=t():e.Valine=t()}(this,function(){return function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=1)}([function(e,t,n){var r,i,o;/*! autosize 4.0.2 diff --git a/dist/Valine.min.js b/dist/Valine.min.js index 6f627684..bd712cf9 100644 --- a/dist/Valine.min.js +++ b/dist/Valine.min.js @@ -1,7 +1,7 @@ /*! * Valine v1.3.5 * (c) 2017-2019 xCss - * Released under the GPL-2.0 License. + * Released under the GPL-2.0 License.Update: Fri Mar 29 2019 17:51:59 GMT+0800 (中国标准时间) */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Valine=t():e.Valine=t()}(this,function(){return function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=17)}([function(e,t,n){var r,i,o;/*! autosize 4.0.2 diff --git a/webpack.config.js b/webpack.config.js index c5bd581e..4e67faf8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,7 +11,8 @@ const plugins = []; const banner = 'Valine v' + version + '\n' + '(c) 2017-' + new Date().getFullYear() + ' xCss\n' + - 'Released under the GPL-2.0 License.' ; + 'Released under the GPL-2.0 License.' + + 'Update: ' + new Date(); const TARGET = process.env if(TARGET.NODE_ENV == 'production'){