Commit b74d21b8 authored by Haoqun Jiang's avatar Haoqun Jiang

fixup! fix: resourceQuery could be undefined in webpack 5

parent a2b89d3c
...@@ -218,7 +218,7 @@ test('use with postLoader', done => { ...@@ -218,7 +218,7 @@ test('use with postLoader', done => {
test('data: URI as entry', done => { test('data: URI as entry', done => {
// this feature is only available in webpack 5 // this feature is only available in webpack 5
if (webpack.version.startsWith('4')) { if (webpack.version.startsWith('4')) {
return done()
} }
bundle({ bundle({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment