Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #167 from tchapgouv/update_v1.2.1
Browse files Browse the repository at this point in the history
Update pour la mise à jour du react-sdk v1.2.1 (avec reaction et édition)
  • Loading branch information
estellecomment committed Feb 16, 2022
2 parents 088717c + 07e8ddf commit 99eac0a
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 226 deletions.
4 changes: 3 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"bug_report_endpoint_url": "/bugreports/submit",
"features": {
"feature_groups": "labs",
"feature_pinning": "labs"
"feature_pinning": "labs",
"feature_reactions": "enable",
"feature_message_editing": "enable"
},
"default_theme": "tchap",
"piwik": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {
},
},
{
test: /\.(gif|png|svg|ttf|xml|ico)$/,
test: /\.(gif|png|svg|ttf|woff|woff2|xml|ico)$/,
// Use a content-based hash in the name so that we can set a long cache
// lifetime for assets while still delivering changes quickly.
oneOf: [
Expand Down
Loading

0 comments on commit 99eac0a

Please sign in to comment.