builder-webpack4 icon indicating copy to clipboard operation
builder-webpack4 copied to clipboard

腾讯IVWEB团队使用的基于Webpack4的业务开发构建器

Results 7 builder-webpack4 issues
Sort by recently updated
recently updated
newest added

Bumps [webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity) from 1.1.0 to 1.5.1. Release notes Sourced from webpack-subresource-integrity's releases. v1.5.1 Fix a security issue where dynamically loaded chunks were not protected from tampering. This issue was introduced...

dependencies

希望可以支持不开启cdn的模式 比如在 builderOptions 中传 cdn: '' 就可以默认不使用cdn

通过配置 `usePx2rem` 参数,可以开启 rem 支持,但是有些场景下,我们的某些 page 不需要开启,例如在 ipad 场景和pc场景;因此,需要支持区分页面来开启 rem

希望支持prerender功能,可以参考prerender-spa-plugin

开发环境使用的cdn版react 16.2.0(`//s.url.cn/now/lib/16.2.0/react.js`),当项目中有使用``时,在移动端访问页面会报错: ``` Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object. ``` 然而此时在pc端并不会报错。如果换成压缩版(`//s.url.cn/now/lib/16.2.0/react.min.js?_bid=3234`),则在移动端访问也不会报错。

feflow支持的绝对路径 `/assets/images/xxx/aaa.png` === `/src/assets/images/xxx/aaa.png` 实际按照左侧写法后打包时图片并没有被装进包中 引用的方法: ```less background: url('/assets/images/xxx/aaa.png'); ```