]> git.proxmox.com Git - mirror_novnc.git/commit
Use ES6 modules natively via Polyfill
authorSolly Ross <sross@redhat.com>
Sat, 4 Feb 2017 04:59:44 +0000 (23:59 -0500)
committerSolly Ross <sross@redhat.com>
Wed, 1 Mar 2017 16:21:34 +0000 (11:21 -0500)
commit4faaf43176e33239567bcb37fbcbb5ccb9185027
tree69c28b5af30241785015c600272257ad30c62c3e
parentfba220c6fca6786c77c379259df91ded9878be5c
Use ES6 modules natively via Polyfill

This commit introduces the "Browser ES Module Loader" polyfill
to support developing with native ES6 modules, without any compilation
step (files are passed through Babel in the browser).  This should not
be used in production -- a pre-compiled version passed through babel
ahead of time (as produced by the `npm install` hook or
`utils/use_require.js`) should be used instead.
package.json
vnc.html