Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 8fa1500

Browse files
committed
readme [ci skip]
1 parent 68c5b23 commit 8fa1500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ If you use Webpack, there's also [vue-loader](https://github.com/vuejs/vue-loade
153153
154154
## Changelog
155155
156-
### 2.0.0
156+
### 2.0.1
157157
158158
- Built-in lang for ES2015 has been renamed from `es6` to `es`.
159159
160-
- Templates and CSS are now non-minified by default. To enable minification, run the build with `NODE_ENV=production`.
160+
- `es` transforms now uses loose mode and optional runtime by default. This means in addition to installing `babel`, you should also install `babel-runtime`.
161161
162-
- `es6` transforms now uses loose mode and optional runtime by default. This means in addition to installing `babel`, you should also install `babel-runtime`.
162+
- Templates and CSS are now non-minified by default. To enable minification, run the build with `NODE_ENV=production`.
163163
164164
- Options for built-in pre-processors can now be configured in `vue.config.js`.
165165

0 commit comments

Comments
 (0)