add minification in the build
This commit is contained in:
@@ -1,13 +1 @@
|
||||
System.register([], function (exports) {
|
||||
'use strict';
|
||||
return {
|
||||
execute: function () {
|
||||
|
||||
var en = exports('default', {
|
||||
uploading: 'Uploading...',
|
||||
hiddenframe: 'Opensave frame to store hidden values'
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
});
|
||||
System.register([],(function(e){"use strict";return{execute:function(){e("default",{uploading:"Uploading...",hiddenframe:"Opensave frame to store hidden values"})}}}));
|
||||
|
||||
@@ -1,13 +1 @@
|
||||
System.register([], function (exports) {
|
||||
'use strict';
|
||||
return {
|
||||
execute: function () {
|
||||
|
||||
var zhCN = exports('default', {
|
||||
uploading: '正在上传...',
|
||||
hiddenframe: 'Opensave frame to store hidden values'
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
});
|
||||
System.register([],(function(e){"use strict";return{execute:function(){e("default",{uploading:"正在上传...",hiddenframe:"Opensave frame to store hidden values"})}}}));
|
||||
|
||||
Reference in New Issue
Block a user