We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db28c3 commit 4cab6e8Copy full SHA for 4cab6e8
lib/resolve-id.js
@@ -24,6 +24,7 @@ module.exports = function(id, base, options) {
24
else if (!pkg.main || !/\.css$/.test(pkg.main)) pkg.main = "index.css"
25
return pkg
26
},
27
+ preserveSymlinks: false,
28
}
29
30
return resolveModule(`./${id}`, resolveOpts)
0 commit comments