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

Fix output.path for webpack 4 #35

Merged
merged 1 commit into from
Dec 21, 2019

Conversation

telamonian
Copy link
Member

Ref: #21 (comment)

Recently in #31, we upgraded the Webpack used to build the tests in all of the @lumnio packages from v2 => v4.

Webpack v4 adds a default value to output.path: path.join(process.cwd(), 'dist'). So currently, while our tests sucessfully build, they end up in the tests/dist/build dir, and Karma can't find them. This makes all of our test cases empty but successful. This PR fixes that

@vidartf
Copy link
Member

vidartf commented Dec 21, 2019

Good spot.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants