esm
Here are 185 public repositories matching this topic...
Original issue in Nuxt.js repository:
Currently we have the following tests:
[esm/compiler-tests.mjs at a3b8290074ccd2a708ed9b985a2f89d4f4cdd026 · standard-things/esm](https://github.com/standard-things/esm/blob/a3b8290074ccd2a708ed9b985a2f89d4f4c
Why?
See here jakedeichert/svelvet#83
Below is a quick guide to help you migrate to rollup.
npm uninstall svelvet
npm install rollup
npm install @rollup/plugin-node-resolve
npm install rollup-plugin-svelte
npm install rollup-plugin-terserrollup.config.js
import fs from "fs";
import path from "path";
import resolve fr-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Jun 20, 2020 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
May 15, 2020 - JavaScript
klap vs microbundle?
Looks like klap is in the same domain as microbundle. Would be nice to compare the 2?
-
Updated
Jun 13, 2018 - JavaScript
Let’s add FuseBox
Hey Sean, nice benchmark, I also feel that’s its not fair to show some numbers out of thin air, claiming to be “blazing fast” which is fuse motto btw xD
You think I can dig in and add fuse benchmark there?
UPD:
I think it's fair to let parcel and fuse-box to use cache, as well as not uglifying the output. Besides, production builds are made differently as opposed to development flow. That'
-
Updated
Jun 22, 2020 - Java
-
Updated
May 28, 2020 - JavaScript
We found such hackish solution for now (oldRoute is function which configures router):
const router = new Route();
app.use('/auth/api', router);
oldRoute(router);
app.use('/', router);
oldRoute(router);waiting for better solution
-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
const importScript = u =>
window.location.href.includes(".observableusercontent.com")
? `https://unpkg.com/${u}`
: `${window.location.href.replace(/\/[^/]*$/, "")}/${u}.js`;
const worker = createWorkerFrom(`
// load external scripts
importScripts("${importScript("d3@5")}");
importScripts("${importScript("d3-delaunay@5")}");
…
`)
-
Updated
Jun 12, 2019 - HTML
-
Updated
Oct 3, 2019 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Dec 27, 2019 - JavaScript
-
Updated
Jun 14, 2020 - Python
Improve this page
Add a description, image, and links to the esm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the esm topic, visit your repo's landing page and select "manage topics."
Bug report