-
### 🐞 Describe the Bug
I updated Ember from 5.5.0 to 5.6.0 and my build failed because `vendor.js` in a production (minified) build grew by 52 KB.
### 🔬 Minimal Reproduction
```sh
ember new embe…
-
- [`terser`](https://github.com/terser-js/terser)
## Requirements
1. For each theme that is processed, all deployed `.js` files that are _not_ in `core-bundle.js` should be minified through terser…
-
For some use cases like Source Maps packages may wish to not include the full asset within themselves but have another package containing debugging symbols. Currently fragment URLs are proposed for re…
bmeck updated
4 years ago
-
I've just updated a site I'm using upup on and it's throwing the error `Uncaught (in promise) TypeError: Request failed` in upup.sw.min.js
I can't see why it's erroring as there's no trace and the …
-
I have this in my 'config.js' file;
`config.vendor.css.append.push('bower_components/sweetalert2/dist/sweetalert2.min.css');`
Nothing happens.
When I looked into 'gulpfile.js', I noticed that vendor…
-
### Describe the issue
I‘m building a electron app, the ort.js is loaded using `script` tag, but the wasm file is not loaded in webpack-dev-server
electron packed into an App won't load either.…
-
The `onTouchTap` callbacks do not get raised anymore when we pack our react js app with the minified version of `react-dom`: `react-dom.min.js`.
Everything else seems to work fine to is it rather …
-
I'm having issues trying to get this to generate a minified output file. The mentioned output file is empty. I've tried these options. None work.
browserify -p tinyify src/main.js > foobar.min.…
mig82 updated
4 years ago
-
Installed last version of Grafana(10.3.3)
Installed last version of LLM plugin(0.6.0)
Enabled "dashgpt" Feature.
Configured the plugin with Azure OpenAI:
![image](https://github.com/grafana/grafan…
-
The last item on my list of minor fixes on a launching website was to fix a fixTo javascript error. I debugged it a bit, found a solution and made the patch locally to the minified file. I then made…