lancemach
lancemach
我按照 README.md 中的配置依次配置后,在开发模式下是正常可以按需加载的, 按照vite的配置使用了CDN CDN 配置 ``` // html // vite rollupOptions: { // indicate which modules should be treated as external, external: ['vue'], plugins: [ externalGlobals({ vue: 'Vue' })...
setupProdMockServer方法可以自定义配置,但是localServer不能自定义配置, 我主要是应用Mockjs的timeout可以配置区间值’200-800‘ms,开发者也可以根据自己时间需求传递配置参数 例如: ```// test.ts import { MockMethod } from 'vite-plugin-mock' export default (loadEnv: envConfig) => { return [ { url: '/api/get', method: 'get', response: ({ query }) => {...
``` mysql | [Entrypoint] MySQL Docker Image 8.0.28-1.2.7-server mysql | [Entrypoint] Initializing database mysql | 2022-04-23T15:00:16.388909Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.28) initializing of server in progress as process...
页面中最后一行报错,无法运行,删除后可以正常使用,请问是哪里没有配置好么? ` ` 
`"husky": "^9.0.11",` ``` "scripts": { "prepare": "husky install" }, ``` First I have husky set up in my project and everything is working. And add it to git version control....
我在preload/index.ts文件中引入了 iconv-lite或者 secure-electron-license-keys类库 发现都报错 ``` VM4 sandbox_bundle:2 Unable to load preload script: F:\electron\dist-electron\preload\index.mjs VM4 sandbox_bundle:2 Error: module not found: node:module at preloadRequire (VM4 sandbox_bundle:2:82852) at :3:21 at runPreloadScript (VM4 sandbox_bundle:2:83516)...