-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Version
3.0.0-rc.12
Node and OS info
Node 10.8.0 / yarn 1.9.4 / macOS 10.13.6
Steps to reproduce
- Create new project with Mocha Chai
- yarn run test:unit
What is expected?
Pass unit test
What is actually happening?
WEBPACK Failed to compile with 1 error(s)
Error in ./src/components/HelloWorld.vue
Module build failed (from ./node_modules/vue-loader/lib/index.js):
TypeError: Super expression must either be null or a function
at /Users/alexgao/Dev/vue-webpack/node_modules/prettier/index.js:32893:5
at /Users/alexgao/Dev/vue-webpack/node_modules/prettier/index.js:32913:4
ERROR mocha-webpack exited with code 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.