Commit c3206460 authored by Evan You's avatar Evan You

add known issue

parent b2d85004
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side rendering. HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side rendering.
## Known Issue
`babel-preset-es2015-webpack` currently has a bug which will prevent the build from working. You can manually apply [this change](https://github.com/gajus/babel-preset-es2015-webpack/pull/13/files) to fix it before it gets a new release out.
## Build Setup ## Build Setup
``` bash ``` bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment