Yunlong

Results 5 issues of Yunlong

现在我使用 `@vue/cli 4.5.13` 创建项目因为业务需求要实时进行编译。 使用如下命令 `yarn run build --watch` 但是现在遇到如下问题。 就是在每次重新编译的时候我需要往一个文件里面写入一个字符串 ```javascript fs.appendFileSync('./build.log', `${new Date()}\n`,() => { console.log('写入成功') }) ``` 这个要如何进行配置 在每次重新build的时候执行

希望升级一下electron版本和webpack版本 最好都能够升级到最新版

解决在 Iphone 中内容会覆盖滚动条的问题,因为内容中有属性 transform:translateX(**) translateY(**) translateZ(1px)

### What problem does this feature solve? 比如我现在配置 ``` js output: { assetModuleFilename: { filename: 'apps/desk/img/[name].[contenthash:6].[ext]' } } ``` 我想在css中使用的静态文件保持 background("img/[name].[contenthash:6].[ext]") 此时我要如何进行配置?或者说这样的需求如何才能满足 ### What does the proposed API of configuration...

feat
beyond-webpack