Skip to content

Commit b4f3172

Browse files
Refactor FXIOS-11276 Silence webpack warning for JS file size (#24527)
Refactor FXIOS-11276 Silence webpack warning for JS file size (#24527)
1 parent ac020c0 commit b4f3172

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpack.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,7 @@ module.exports = {
9898
Assets: path.resolve(__dirname, "firefox-ios/Client/Assets"),
9999
},
100100
},
101+
performance: {
102+
hints: false,
103+
},
101104
};

0 commit comments

Comments
 (0)