# chunksSortMode-test
**Repository Path**: mirrors_PanJiaChen/chunksSortMode-test
## Basic Information
- **Project Name**: chunksSortMode-test
- **Description**: just for issue test
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2026-02-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[issue](https://github.com/vuejs/vue-cli/issues/1978)
## Step
```
npm install
```
```
npm run build
```
## check
see dist/index.html
```
```
```diff
//vue.config.js
configureWebpack: {
optimization: {
+ runtimeChunk: 'single'
}
}
```
When I add `runtimeChunk`, the order is wrong.