ariesly15
ariesly15
`script += "; return this;";` 可以的 @jialong5566
> 请问一下,static文件夹下的index引用的是prd下的文件,我通过ykit pack -m打包了新文件,并且修改了assets.js 引用的文件均为新打包生成的文件 > window.WEBPACK_ASSETS = {"index.js":{"js":"[[email protected]](mailto:[email protected])","css":"[[email protected]](mailto:[email protected])"},"lib":{"js":"[[email protected]](mailto:[email protected])"},"lib2":{"js":"[[email protected]](mailto:[email protected])"},"lib3":{"js":"[[email protected]](mailto:[email protected])"},"manifest":{"js":"[[email protected]](mailto:[email protected])"}} > > 但是启动yapi服务器后,进入首页,页面无法正常显示样式,请问这个过程需要怎么修改才能显示修改后的前端页面呢? 去 yapi 的issues中问问
> Module not found: Error: Cannot resolve module 'es3ify-loader' in /usr/local/opt/nvm/versions/node/v6.9.2/lib/node_modules/ykit/node_modules/html-entities > > 自己去包里安装下这个依赖后解决。 ykit版本是0.8.3-beta.0 安装最新版的 0.8.4 试试
> npm run star 和npm run dev 的具体区别是什么,只是入口文件分别是index.html 和dev.html的区别么,他们在代码结构上有什么区别么?为什么我把client里的所有文件都删除了 ,npm run star和npm run dev 还是可以正常运行,并且代码入口都是app.js 可以去 yapi 的issues中问一下
> 使用ykit 打包是报错了 > > * ykit pack -m > path.js:39 > throw new ERR_INVALID_ARG_TYPE('path', 'string', path); > ^ > > TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type...
> node 10.13.0 > npm 6.4.1 > ykit 0.8.4 试试用 node 8
请问一下彩色图标如何配置的, 我的项目里都是黑白的...