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,13 +1 @@
var en = {
name: 'ClosePath',
buttons: [
{
title: 'Open path'
},
{
title: 'Close path'
}
]
};
export default en;
export default{name:"ClosePath",buttons:[{title:"Open path"},{title:"Close path"}]};