Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use class name as Vue component's name #76

Merged
merged 3 commits into from Mar 28, 2017
Merged

Use class name as Vue component's name #76

merged 3 commits into from Mar 28, 2017

Conversation

hjkcai
Copy link
Contributor

@hjkcai hjkcai commented Mar 28, 2017

Just make it simple to give names to components

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
 - configuration.output.path: The provided value "./test" is not an absolute path!
@hjkcai
Copy link
Contributor Author

hjkcai commented Mar 28, 2017

An error occurred when running npm test also fixed here.
Error details:

> vue-class-component@5.0.0 test /Users/hjkcai/Desktop/vue-class-component
> npm run build && webpack --config test/webpack.config.js && mocha test/test.build.js


> vue-class-component@5.0.0 build /Users/hjkcai/Desktop/vue-class-component
> npm run build:ts && npm run build:main


> vue-class-component@5.0.0 build:ts /Users/hjkcai/Desktop/vue-class-component
> tsc -p .


> vue-class-component@5.0.0 build:main /Users/hjkcai/Desktop/vue-class-component
> node build/build.js

dist/vue-class-component.js 4.13kb
dist/vue-class-component.min.js 1.80kb (gzipped: 0.86kb)
dist/vue-class-component.common.js 3.95kb
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
 - configuration.output.path: The provided value "./test" is not an absolute path!

@ktsn ktsn merged commit fe5dc19 into vuejs:master Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants