We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b1754f + 7cae57a commit f33308bCopy full SHA for f33308b
test/setup/webpack.test.config.js
@@ -19,7 +19,7 @@ const rules = [].concat(
19
}
20
)
21
const externals = nodeExternals({
22
- // we need to whitelist both `create-instance` and files in `shared` package. Otherwise Webpack wont bundle them in the test dev env
+ // we need to whitelist both `create-instance` and files in `shared` package. Otherwise webpack won't bundle them in the test dev env
23
whitelist: [
24
'@vue/test-utils',
25
'@vue/server-test-utils',
0 commit comments