-
now that you're using webpack, if you weren't already aware, you don't need to manually do env detection. you can just specify to output a UMD bundle if you are compiling a dist bundle for folks
ref…
-
Here are some comments about JANICE v7:
1. With respect to `janice_template_get_feature_vector`: we would very strongly prefer if the library didn't add specific semantics to the descriptor (for ex…
-
## Bug Report
**Current Behavior**
With `babel-plugin-transform-modules-umd`(npm `@babel/plugin-transform-modules-umd version@7.7.0`), there are lots of limitations to transform mjs to js:
+ do…
-
The code assumes that `module` is always available, which is not true (e.g. browser with requireJS). With the following UMD boilerplate it can be much friendlier to use in different environments.
T…
-
So, in my latest project I decided to go the RequireJS route, and unfortunately Davis.js didn't have AMD support. Which is a damned shame, because I really wanted to use Davis.js.
However, I did mana…
xles updated
11 years ago
-
Would you consider writing the module as an ES6 module (with export statements) and transform it into an UMD module (for example with rollup) to allow it to be used in all common environments?
-
### Are you using Nuxt?
- [ ] Check this box if you encountered the issue using Nuxt and the included module.
### Describe the bug
When I tried to use `pinia-plugin-persistedstate` in `Vue3` + `Vit…
-
While old version jspdf 1.3.2 running pretty well, in a normal browser the new stuff 2.5.x with this es node umd stuff does not work in a n normal browser linking as done the laste 20 years
Working…
-
If I uncomment the `useCommonJs` directive from my `build.gradle.kts` file like so:
```groovy
target {
browser()
//useCommonJs()
}
```
The project is no longer able to c…
-
Use rollup to create a UMD bundle.