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 1e1ac45 commit a79dfa1Copy full SHA for a79dfa1
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