File tree
6 files changed
+6
-6
lines changed- tests/cases/user
- TypeScript-Node-Starter
- TypeScript-React-Starter
- create-react-app
- prettier
- puppeteer
- webpack
6 files changed
+6
-6
lines changedSubmodule puppeteer updated from b6b2950 to cba0f98
- .eslintignore+24
- .eslintrc.js+9-6
- .gitignore+1-1
- README.md+1-1
- lib/CachePlugin.js+12-14
- lib/buildChunkGraph.js+49-14
- lib/wasm/WebAssemblyGenerator.js+13-7
- package.json+3-3
- test/configCases/chunk-graph/issue-9634/async-b.js+1
- test/configCases/chunk-graph/issue-9634/async-b2.js+1
- test/configCases/chunk-graph/issue-9634/entry-a.js+13
- test/configCases/chunk-graph/issue-9634/entry-b.js+11
- test/configCases/chunk-graph/issue-9634/leaf.js+1
- test/configCases/chunk-graph/issue-9634/module.js+3
- test/configCases/chunk-graph/issue-9634/shared.js+1
- test/configCases/chunk-graph/issue-9634/test.config.js+5
- test/configCases/chunk-graph/issue-9634/webpack.config.js+9
- test/helpers/PluginEnvironment.js+22-19
- test/helpers/TemplatePluginEnvironment.js+1-1
- test/helpers/applyPluginWithOptions.js+3-3
- test/helpers/createLazyTestEnv.js+1-1
- test/helpers/remove.js+4-1
- test/helpers/supportDefaultAssignment.js+5-4
- test/helpers/supportsArrowFunctionExpression.js+4-2
- test/helpers/supportsBlockScoping.js+4-2
- test/helpers/supportsDefaultArgs.js+1-1
- test/helpers/supportsES6.js+1-1
- test/helpers/supportsForOf.js+2-2
- test/helpers/supportsIteratorDestructuring.js+1-1
- test/helpers/supportsObjectDestructuring.js+1-1
- test/helpers/supportsOptionalCatchBinding.js+1-1
- test/helpers/supportsSpread.js+3-2
- test/helpers/supportsTemplateStrings.js+1-1
- test/helpers/supportsWebAssembly.js+1-1
- yarn.lock+28-32
0 commit comments