mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
<% if(polyfillsBundleFile) { %>
|
|
// Polyfills bundle.
|
|
require("<%= polyfillsBundleFile %>");
|
|
<% } %>
|
|
// SystemJS support.
|
|
require("<%= systemJsBundleFile %>");
|