File tree 1 file changed +2
-2
lines changed
packages/@vue/babel-preset-app
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This is the default Babel preset used in all Vue CLI projects. **Note: this pres
18
18
19
19
### Stage 3 or Below
20
20
21
- Only the following stage 3 or below features are supported (object reset spread is supported as part of ` preset-env ` ):
21
+ Only the following stage 3 or below features are supported (object rest spread is supported as part of ` preset-env ` ):
22
22
23
23
- [ Dynamic Import Syntax] ( https://github.com/tc39/proposal-dynamic-import )
24
24
- [ Proposal Class Properties] ( https://babeljs.io/docs/en/next/babel-plugin-proposal-class-properties.html )
@@ -102,4 +102,4 @@ Setting this to `true` will generate code that is more performant but less spec-
102
102
103
103
- Default: ` [] `
104
104
105
- Multi page repo use entryFiles to ensure inject polyfills to all entry file.
105
+ Multi page repo use ` entryFiles ` to ensure inject polyfills to all entry file.
You can’t perform that action at this time.
0 commit comments