We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This is new syntax available in ES6:
https://ariya.io/2013/02/es6-and-object-literal-property-value-shorthand
Sorry, something went wrong.
No branches or pull requests
I'm seeing this in your karma configuration, webpack is listed by it's self no property.
It should probably be webpack : webpack. Either way it's invalid.
The text was updated successfully, but these errors were encountered: