Skip to content

Commit

Permalink
fixup! fix: resourceQuery could be undefined in webpack 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Dec 17, 2020
1 parent a2b89d3 commit b74d21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/edgeCases.spec.js
Expand Up @@ -218,7 +218,7 @@ test('use with postLoader', done => {
test('data: URI as entry', done => {
// this feature is only available in webpack 5
if (webpack.version.startsWith('4')) {
return
done()
}

bundle({
Expand Down

0 comments on commit b74d21b

Please sign in to comment.