js:add es5 compile option

This commit is contained in:
pengfei.zhou
2020-01-17 10:12:13 +08:00
committed by osborn
parent 7f089b6bcd
commit 83a9b79073
15 changed files with 881 additions and 16519 deletions

View File

@@ -54,5 +54,5 @@ class ProxyPolyfill {
const global = Function('return this')()
global.Proxy = ProxyPolyfill
export * from './src/runtime/sandbox'
export * from './src/runtime/sandbox.es5'
export * from 'core-js'