Created
December 27, 2017 21:27
-
-
Save jonathanwork/92f7a9531802bb12fd8f546b52b6ca92 to your computer and use it in GitHub Desktop.
vue js workaround for runtime compiling error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resolve: { | |
| alias: { | |
| vue: 'vue/dist/vue.js' | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment