add minification in the build
This commit is contained in:
@@ -1,18 +1 @@
|
||||
System.register([], function (exports) {
|
||||
'use strict';
|
||||
return {
|
||||
execute: function () {
|
||||
|
||||
var en = exports('default', {
|
||||
name: 'Hello World',
|
||||
text: 'Hello World!\n\nYou clicked here: {x}, {y}',
|
||||
buttons: [
|
||||
{
|
||||
title: "Say 'Hello World'"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
});
|
||||
System.register([],(function(e){"use strict";return{execute:function(){e("default",{name:"Hello World",text:"Hello World!\n\nYou clicked here: {x}, {y}",buttons:[{title:"Say 'Hello World'"}]})}}}));
|
||||
|
||||
@@ -1,18 +1 @@
|
||||
System.register([], function (exports) {
|
||||
'use strict';
|
||||
return {
|
||||
execute: function () {
|
||||
|
||||
var zhCN = exports('default', {
|
||||
name: 'Hello World',
|
||||
text: 'Hello World!\n\n 请点击: {x}, {y}',
|
||||
buttons: [
|
||||
{
|
||||
title: "输出 'Hello World'"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
});
|
||||
System.register([],(function(e){"use strict";return{execute:function(){e("default",{name:"Hello World",text:"Hello World!\n\n 请点击: {x}, {y}",buttons:[{title:"输出 'Hello World'"}]})}}}));
|
||||
|
||||
Reference in New Issue
Block a user