Skip to content

Commit 5559745

Browse files
committed
create a browser compatible fork of jsonlint
1 parent b57b421 commit 5559745

File tree

3 files changed

+721
-2
lines changed

3 files changed

+721
-2
lines changed

packages/app/config/webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ module.exports = {
375375
},
376376

377377
// To make jsonlint work
378-
externals: ['file', 'system', 'jsdom', 'prettier', 'cosmiconfig'],
378+
externals: ['jsdom', 'prettier', 'cosmiconfig'],
379379

380380
resolve: {
381381
mainFields: ['browser', 'module', 'jsnext:main', 'main'],

0 commit comments

Comments
 (0)