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.
2 parents 1e1ac45 + a79dfa1 commit 083394dCopy full SHA for 083394d
index.js
@@ -7,6 +7,7 @@ const {
7
module.exports = (config = {}) => {
8
const defaultConfig = {
9
extensions: ['.css'],
10
+ mainFields: ['style', 'main'],
11
modules: ['node_modules'],
12
fileSystem: config.fileSystem
13
? null
0 commit comments