pengbo

Results 24 issues of pengbo

if we config webpack like this ` config.output.filename(`js/[name].js?${VERSION.commit}`).end();`, [webpack will cut off the query of the fileName](https://github.com/webpack/webpack/blob/main/lib/Compiler.js), when write into the MemoryFileSystem instance. `const queryStringIdx = targetFile.indexOf("?"); if (queryStringIdx >=...

we can't get cacheDir config before `config` hook; to keep the same with other steps, change `config` hook to `configResolved`, so that we can get the whole config

version 2.0.1 branch a has component A, and branch b doesn't have component A, when i work on branch b, and then checkout to a, and then checkout to a....

## Description Add a short description of: - what changes you made, - why you made them, and - any other context that you think might be helpful for someone...

#### What kind of changes does this PR include? fix some ts warning about undefined value property get remove useless and repeat title in zh and ja - Minor content...

i18n
hacktoberfest-accepted

**What kind of change does this PR introduce?** refactoring **Did you add tests for your changes?** no **Does this PR introduce a breaking change?** no **What needs to be documented...

PR: reviewed-approved

## Summary add cross-env for ndoe-binding ## Related issue (if exists) ## Types of changes - [ ] Docs change / Dependency upgrade - [ ] Bug fix - [...

## Summary dev-server log info with `webpack-dev-server` ## Related issue (if exists) ## Types of changes - [ ] Docs change / Dependency upgrade - [ ] Bug fix -...

## Summary add gitignore for template ## Related issue (if exists) ## Types of changes - [ ] Docs change / Dependency upgrade - [ ] Bug fix - [x]...

ERROR 上午10:28:40 [vite] Internal server error: ENOENT: no such file or directory, open '/xxx.vue' 10:28:40 at Object.openSync (fs.js:498:3) at Object.readFileSync (fs.js:394:35) at getDescriptor (xxx/node_modules/@vitejs/plugin-vue2/dist/index.mjs:2225:66) at Context.load (xxx/node_modules/@vitejs/plugin-vue2/dist/index.mjs:3210:28) at Object.load (xxx/node_modules/vite/dist/node/chunks/dep-665b0112.js:41004:46)...