-
> ...psst! While Bower is maintained, we recommend using Yarn and Webpack or Parcel for front-end projects read how to migrate!
...dose it say on the bower homepage, bower is so legacy. Many are al…
-
**Why is this needed**:
For the past [~7 years](https://github.com/grafana/grafana/pull/9391) Grafana has relied on Webpack for bundling and loading frontend assets (js, css, images). During th…
-
**Describe the bug**
Currently the monaco editor is being loaded via CDN
![image](https://github.com/tokens-studio/figma-plugin/assets/80043879/34141065-5f0f-4809-bfd8-3eb95161facd)
This impact…
-
I cannot use certain npm modules because they only support cjs, which I would be easily able to use with webpack. Even for modules made for web the process is still painful -- having to add the module…
-
Hello,
We are looking to use the webpack plugin to wrap our SPA in a hashed inline script, and have it working locally, but when the webpack builds in production, the hash that is being generated i…
-
Hi,
can anyone share with me a working solution with CDN & element-queries? In my local machine, I use webpack dev server and try to set CORS headers but this doesn't help.
@marcj this is my we…
-
⽤webpack优化前端性能是指优化webpack的输出结果,让打包的最终结果在浏览器运⾏快速⾼效。
压缩代码:删除多余的代码、注释、简化代码的写法等等⽅式。可以利⽤webpack的 UglifyJsPlugin 和 ParallelUglifyPlugin 来压缩JS⽂件, 利⽤ cssnano (css-loader?minimize)来压缩css
利⽤CDN加速: 在构建过程中,将引…
-
[vue] 如何解决vue打包vendor过大的问题?
-
### Description
Trying to use this plugin within a static website is opening security holes by default.
For example if we follow https://github.com/slackhq/csp-html-webpack-plugin/issues/53, it wi…
-
Latest React/drei versions, getting `Could not load dikhololo/dikhololo_night_1k.hdr` errors breaking my app at runtime. Despite me never mentioning/consuming such asset explicitly in my code, I'm not…