-
use react、 react-router and webpack-cdn-plugin。
mainPage not have axios,pageB use axios to fetch sth.
```
import('axios').then()
```
While mainPage load CDN axios.min.js is useless.
now : dis…
-
### Element UI version
2.13.0
### OS/Browsers version
无关紧要
### Vue version
3.0.0-alpha.4
### Reproduction Link
https://codepen.io/pen
### Steps to reproduce
https://webpack.js.org…
-
把该项目中的tinymce组件复制进vue-admin-template中,
并且在vue.config.js中配置了cdn,在index.html也加了这段:
`
`
结果页面炸了,浏览器直接显示如下:
Html Webpack Plugin:
TypeError: Cannot read property 'js' of undefined
…
-
In Dockerfile, On line 20, there is COPY instruction mentioned as:
`COPY --from=build /app/build-info/ /build-info/`
this line is producing error mentioned as below:
`Error: building at STEP "C…
-
### Description
Optimize Webpack configuration for production use case.
---
### Issue Checklist
- [ ] Optimise React code for production bundle
- [ ] Separate CSS for static or CDN serving
- [ ] Bun…
-
Hello,
First, I'd like to give you a big :clap: for this work.
We just finished to port our manual webpack wiring in our Symfony app to webpack encore, and it works well !
However, I had to us…
-
现在架构 组件有以下问题 导致无法定制开发:
1. 打包工具捆绑了 build-script + webpack ,无法切换到 rsbuild 等工具
2. 因为要拆包,所以内部大量组件使用 externals 形式注入 react,且版本使用16 较低
3. 物料包大量资源指向 cdn,不支持内网部署
4. 物料以url加载为主,不支持本地物料
小项目的使用者,期望能够以单体项…
-
I'm currently working on nextjs 14 app router. I'm getting error on those versions.
- node version: 18.17.1
- next version: 14.0.0
**next.config:**
```
module.exports = {
node: {
__…
-
Is there an issue in Russia only?
Den Borisov gave you 1 star and said:
"Refused to load the script 'chrome-extension://gdjldebhilhckhblmhklofdebemiahhi/src/format.js' because it violates the foll…
-
### Summary
The new metro web bundler has a bug:
When basePath is specified as an external URL, the assets are created in a subFolders.
As a result, when the script is executed on an external…