Skip to content

Commit

Permalink
webpack.config.js: fix conditionNames
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Aug 24, 2024
1 parent 94a693e commit f48436b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = {
svelte: path.resolve('node_modules', 'svelte/src/runtime'),
},
mainFields,
conditionNames: ['svelte', 'import', 'require'],
conditionNames: ['svelte', '...'],
fallback: {
'http': false,
'https': false,
Expand Down

0 comments on commit f48436b

Please sign in to comment.