-
I'm using `dygraphs` on an Angular 2 project via `angular-cli`. When I try to bundle the project for production (it uses `webpack`), the bundling fails cause it tries to bundle the `es6` version.
I…
JimiC updated
7 years ago
-
I am trying to upload image in a react application. I have used the [jodit-react](https://github.com/jodit/jodit-react) library for this. This worked fine in development mode. But after pushing to pro…
-
when I using 'npm run build', webpack returns the following error, would someone gie me some hints to solve it???
`ERROR in static/js/vendor.06660da322d4391a4255.js from UglifyJs
Unexpected token:…
-
if useSourceUrl = true, and optimize = "uglify", the minification/uglification process is applied at the wrong time:
**Current result:**
1. all file contents get wrapped in eval("...") calls.
2. the …
mere updated
10 years ago
-
### Expected Behavior
Previous version (^0.6.4) works fine: https://cl.ly/14b06acd737b
### Actual Behavior
Latest version (^0.12.0) works wrong: https://cl.ly/3743960fb615
#### Is an err…
-
**Uglify version (`uglifyjs -V`)** 3.19.3
**JavaScript input**
To make it simple, I have 2 files that are built from Typescript.
**file.js**
**file.js.map**
- file.js
```js
"use strict"…
-
Using v20240317 with the following files (attached here: [repro.zip](https://github.com/user-attachments/files/15936720/repro.zip))
```js
// namespace.js
globalThis.MyNamespace = {};
```
`…
-
SMASH transmorgrifies an input and outputs JavaScript. Anything that transmorgrifies an input and outputs JavaScript should generate a source map. Therefore, SMASH should generate a source map. ∎
-
### Feature Use Case
https://rollupjs.org/repl/?version=2.44.0&shareable=JTdCJTIybW9kdWxlcyUyMiUzQSU1QiU3QiUyMm5hbWUlMjIlM0ElMjJtYWluLmpzJTIyJTJDJTIyY29kZSUyMiUzQSUyMmltcG9ydCUyMCU3QiUyMGElMjAlN0Ql…
-
Hi Dave!
I love your youtube's Tutorials too much and very well explain...
Unfortunately, I got error in below and it doesn't save in firebase... could you help me to solve this?
Q {code: "au…