Skip to content

Commit

Permalink
fix: blank screen on content actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hashtagnulla committed Oct 17, 2024
1 parent 25313b0 commit b1bfc44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/sensenet/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module.exports = {
],
},
plugins: [
new webpack.ProvidePlugin({
"React": "react",
}),
new webpack.EnvironmentPlugin({
APP_VERSION: require('./package.json').version,
}),
Expand Down

0 comments on commit b1bfc44

Please sign in to comment.