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,10 +1 @@
var en = {
name: 'View Grid',
buttons: [
{
title: 'Show/Hide Grid'
}
]
};
export default en;
export default{name:"View Grid",buttons:[{title:"Show/Hide Grid"}]};

View File

@@ -1,10 +1 @@
var zhCN = {
name: '网格视图',
buttons: [
{
title: '显示/隐藏网格'
}
]
};
export default zhCN;
export default{name:"网格视图",buttons:[{title:"显示/隐藏网格"}]};