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

Invalid config format #1

Open
rpoconn opened this issue Jan 24, 2018 · 1 comment
Open

Invalid config format #1

rpoconn opened this issue Jan 24, 2018 · 1 comment

Comments

@rpoconn
Copy link

rpoconn commented Jan 24, 2018

I'm seeing this in your karma configuration, webpack is listed by it's self no property.

    config.set({
        webpack,

        // base path that will be used to resolve all patterns (eg. files, exclude)
        basePath: '',

It should probably be webpack : webpack. Either way it's invalid.

@bencoveney
Copy link

This is new syntax available in ES6:

https://ariya.io/2013/02/es6-and-object-literal-property-value-shorthand

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

No branches or pull requests

2 participants