Skip to content

Commit 3924a95

Browse files
committed
try fix condition names for CI?
1 parent 9acc086 commit 3924a95

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dev-packages/browser-integration-tests/webpack.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ const config = function (userConfig: Record<string, unknown>): Configuration {
55
...userConfig,
66
target: 'web',
77
mode: 'none',
8+
resolve: {
9+
conditionNames: ['webpack', 'import', 'require', 'browser', 'default'],
10+
},
811
module: {
912
rules: [
1013
{

0 commit comments

Comments
 (0)