Skip to content

Commit 1f878f3

Browse files
committed
fix: Fix JSDom whinging about its default stylesheet
1 parent 50e4b7f commit 1f878f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/dev-scripts/config/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ module.exports = (env) => {
165165
commonjs2: 'blockly/lua',
166166
amd: 'blockly/lua',
167167
},
168+
'jsdom': 'commonjs jsdom',
168169
}
169-
: {},
170+
: {jsdom: 'commonjs jsdom'},
170171
};
171172
};

0 commit comments

Comments
 (0)