ykit
ykit copied to clipboard
基于 Webpack 的灵活快速的打包工具,帮助稳定高效构建现代 JavaScript 应用。
npm run star 和npm run dev 的具体区别是什么,只是入口文件分别是index.html 和dev.html的区别么,他们在代码结构上有什么区别么?为什么我把client里的所有文件都删除了 ,npm run star和npm run dev 还是可以正常运行,并且代码入口都是app.js
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
目前测试了yapi-plugin-ww-login和yapi-plugin-oauth2两个插件,都提示: { "errcode": 40011, "errmsg": "请登录...", "data": null }
如题
会报css-loader等错误
使用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 string. Received type undefined at assertPath (path.js:39:11) at...
请问一下,static文件夹下的index引用的是prd下的文件,我通过ykit pack -m打包了新文件,并且修改了assets.js 引用的文件均为新打包生成的文件 window.WEBPACK_ASSETS = {"index.js":{"js":"[email protected]","css":"[email protected]"},"lib":{"js":"[email protected]"},"lib2":{"js":"[email protected]"},"lib3":{"js":"[email protected]"},"manifest":{"js":"[email protected]"}} 但是启动yapi服务器后,进入首页,页面无法正常显示样式,请问这个过程需要怎么修改才能显示修改后的前端页面呢?
{{host}}/company/index.php?r=crm/member/index/check-member&verify_action=renew {{host}}/company/index.php?r=crm/member/index/select-member&verify_action=renew 我的两个方法都是用get 会报错已存在的接口:/company/index.php[GET]
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