question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Add ECMAScript module version to the releases

See original GitHub issue

Problem 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:closed
  • Created 4 years ago
  • Reactions:30
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
ggeddecommented, May 28, 2020

I would love to see this in V3 so I can use it with Vite!

4reactions
mlebrasseurcommented, Aug 1, 2019

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). 👀

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found