[Feature Request] Add ECMAScript module version to the releases
See original GitHub issueProblem to solve
Right now all the modern major browsers have support for ECMAScript Modules (ESM for short).
It would be awesome if Vuetify released an ESM like vue’s vue.esm.browser.js
.
I’d success packing the NPM release of Vuetify as an ESM with the help of Pika Web, and it works just fine for my needs. Obviously, I would prefer an official ESM release.
Proposed solution
I am not a fan of transpilers (TypeScript, SASS, etc., babel). Plain ECMAScript 2016+ and CSS has been enough for my needs this far.
The previous is the reason why I’m unable to easily thinker of a proposed solution for an ESM release of Vuetify, other than using Pika Web.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:30
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Using ECMAScript modules (ESM) with Node.js
Learn about using ES modules in Node.js today and get a closer look at how you can migrate your codebase to make use...
Read more >Avoid these issues when using new ECMAScript modules in ...
There are two ways primary ways to use ECMAScript modules in Node.js. You can use the .mjs suffix on your files or you...
Read more >Announcing core Node.js support for ECMAScript modules
The modules team is working on better support for “dual” packages, that provide CommonJS sources for package consumers using require and ES module...
Read more >ECMAScript modules | Node.js v19.3.0 Documentation
Node.js fully supports ECMAScript modules as they are currently specified and provides interoperability between them and its original module format, CommonJS.
Read more >How to build, test and release a node module in ES6
Prerequisites · Create an account on npm · Login to npm via your terminal · Set up your project · Write some ES6...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would love to see this in V3 so I can use it with Vite!
I’m using ECMAScript Modules everyday. If you guys release a Vuetify ESM, alot of people with use it including me (I’m waiting for this since the release of Vuejs ESM). 👀