-
Notifications
You must be signed in to change notification settings - Fork 917
docs(options.md): Change default value of esModule
#905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/en/options.md
Outdated
|
|
||
| - type: `boolean` | ||
| - default: `false` | ||
| - default: `tr` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should say true.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry. I fixed!
|
|
||
| - type: `boolean` | ||
| - default: `false` | ||
| - default: `true` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vue-loader is supported v12.x version (webpack 2 base).
We should be mentioned about the version like the below:
default: `false` (v13.0+, `true`)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the note about behaviour in v12.x or below.
docs/en/options.md
Outdated
|
|
||
| - type: `boolean` | ||
| - default: `true` | ||
| - In v12.x or below, default value is `false` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
please update the esModule.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry :(. My mistake. I reverted this commit!
Change default value from
falsetotruefollow new behavior in>13.0.0