-
In the minified `p5.min.js`, the `friendly Error` system is optimized out, so you can't even turn it on if you want.
This removes useful error information, for example a shader that fails to compil…
-
Hi,
I'm going nut with this.
I'm using copy-files-from-to to create a distribution package from my dev folders.
This is my `package-copy-files-from-to.dist.cjson` configuration file:
{
…
-
the line to change would be in `write_shared.rs:154`:
`cx.shared.fs.write(filename, f.minified())`
this should use `f.bytes` instead of `f.minified()` if the `--no-minify` flag is specified.
th…
-
JS template literals such as `` is minified into `` (removing the space between the div and :data)
This is messing up with vue JS templating.
Is there a way around this?
-
closure.js generates our minified js (for app.js etc).
It has an option to generate source maps, so we can see the line in the normal file when clicking on it in the browser (e.g. Chrome).
We should u…
-
The minified js is missing position absolute for the div wrapper of the icon (in line 99 of the unminified version).
-
Please add `.min.js` version of the JavaScript resource in the `dist/` folder.
Thank you!
-
That
-
I have small patches I make to lunr.js, and having the ability to build the plugin with unminified JS would be nice for debugging
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://github.com/io…