Is there a module (ES2015/ES6) browser build to correspond to the Vue module browser build? Example Vue Browser Builds - Vue 2: https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.esm.browser.js - Vue 3: https://cdn.jsdelivr.net/npm/vue@3.0.0-rc.5/dist/vue.esm-browser.js
Is there a module (ES2015/ES6) browser build to correspond to the Vue module browser build?
Example Vue Browser Builds