You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can see, this error is generated by webpack when more than one entry point is used. It seems that karma-webpack creates more than one entry point for the tests. So the "expected behavior is to either only have one entry point, or find a way around this error.
The text was updated successfully, but these errors were encountered:
@Vaccano I hit this exact same error today. For me it was the inclusion of AureliaPlugin() when I had no entry: specified. See this bug report. Although I notice that you have an entry: defined. Maybe try commenting out the other plugins and the ctor you have defined for AureliaPlugin() see what happends then ?
I'm submitting a bug report
Webpack version:
2.3.2
Webpack Karma version:
2.0.3
Karma version:
1.5.0
Please tell us about your environment:
Windows 7
Browser: Chrome 57
Current behavior:
When running
karma start
I get the following error:Note: This error does not happen when I run my normal webpack based project.
Expected/desired behavior:
No error would be generated. Here are my config files:
karma.conf.js - webpack.config.js - package.json- yarn.lock
From what I can see, this error is generated by webpack when more than one entry point is used. It seems that karma-webpack creates more than one entry point for the tests. So the "expected behavior is to either only have one entry point, or find a way around this error.
The text was updated successfully, but these errors were encountered: