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

Commit

Permalink
Update webpack.dev.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Sep 30, 2019
1 parent 89ce308 commit 616a00a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ var config = [{
extensions: ['', '.js', '.jsx', '.json'],
alias: {
'react-block-ui': path.resolve('./src'),
'react-block-ui/lib/redux': path.resolve('./src/redux'),
'react-block-ui/lib/reduxMiddleware': path.resolve('./src/reduxMiddleware'),
},
},
}];
Expand Down

0 comments on commit 616a00a

Please sign in to comment.