Skip to content

Commit

Permalink
Export Store class
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokshit06 committed Nov 9, 2023
1 parent 8136b5d commit e76f9dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-devtools-inline/replay.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./dist/replay');
1 change: 1 addition & 0 deletions packages/react-devtools-inline/src/replay.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as Store } from 'react-devtools-shared/src/devtools/store';
1 change: 1 addition & 0 deletions packages/react-devtools-inline/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
backend: './src/backend.js',
frontend: './src/frontend.js',
hookNames: './src/hookNames.js',
replay: './src/replay.js'
},
output: {
path: __dirname + '/dist',
Expand Down

0 comments on commit e76f9dc

Please sign in to comment.