add minification in the build

This commit is contained in:
jfh
2020-09-04 22:34:30 +02:00
parent 3d60089c61
commit caa4fe38cc
184 changed files with 370 additions and 317513 deletions

View File

@@ -1,17 +1 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var en = exports('default', {
name: 'View Grid',
buttons: [
{
title: 'Show/Hide Grid'
}
]
});
}
};
});
System.register([],(function(e){"use strict";return{execute:function(){e("default",{name:"View Grid",buttons:[{title:"Show/Hide Grid"}]})}}}));

View File

@@ -1,17 +1 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var zhCN = exports('default', {
name: '网格视图',
buttons: [
{
title: '显示/隐藏网格'
}
]
});
}
};
});
System.register([],(function(t){"use strict";return{execute:function(){t("default",{name:"网格视图",buttons:[{title:"显示/隐藏网格"}]})}}}));