Skip to content

Commit f946b5b

Browse files
committed
Ignore os for markdownlint-rule-helpers
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
1 parent cdb18a3 commit f946b5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.common.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,8 @@ module.exports = {
522522
}]
523523
},
524524
node: {
525-
fs: 'empty'
525+
fs: 'empty',
526+
os: 'empty'
526527
},
527528

528529
stats: {

0 commit comments

Comments
 (0)