We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc086 commit 3924a95Copy full SHA for 3924a95
1 file changed
dev-packages/browser-integration-tests/webpack.config.ts
@@ -5,6 +5,9 @@ const config = function (userConfig: Record<string, unknown>): Configuration {
5
...userConfig,
6
target: 'web',
7
mode: 'none',
8
+ resolve: {
9
+ conditionNames: ['webpack', 'import', 'require', 'browser', 'default'],
10
+ },
11
module: {
12
rules: [
13
{
0 commit comments