vue编译 Error: Could not load /src/core/config

翻看 vue,执行 npm run dev 出现如下错误:

[!] Error: Could not load e:/github/vue/src/core/config (imported by e:\github\vue\src\platforms\web\entry-runtime-with-compiler.js): ENOENT: no such file or directory, open 'e:\github\vue\src\core\config'

原因是因为 rollup-plugin-alias 该插件对window系统支持不友好。

解决:
vue.js 2.0 alpha error on start on windows 10 x64

你可能感兴趣的:(javascript,java,webpack)