Skip to content

Commit

Permalink
Share classNames and prop-types via WMF
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Mar 31, 2022
1 parent e90189d commit e02e8f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"c3": "0.7.8",
"chart.js": "2.8.0",
"chartjs-plugin-datalabels": "0.6.0",
"classnames": "2.2.5",
"classnames": "2.3.1",
"codemirror": "^5.63.3",
"color": "3.1.1",
"core-js": "2.5.7",
Expand Down
6 changes: 6 additions & 0 deletions app/webpack/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ module.exports = {
'react-redux': {
singleton: true,
},
classnames: {
singleton: true,
},
'prop-types': {
singleton: true,
},
},
}),
// new CircularDependencyPlugin({
Expand Down

0 comments on commit e02e8f8

Please sign in to comment.