Replace mattermost-webapp dependency with mattermost-redux (#190)
* replace mattermost-webapp dep with mattermost-redux * remove references in tsconfig.json and webpack.config.js --------- Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
5237d354cf
commit
846ffb50d3
4 changed files with 9872 additions and 12478 deletions
|
@ -4,7 +4,6 @@
|
|||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"mattermost-redux/*": ["../node_modules/@mattermost/webapp/packages/mattermost-redux/src/*"],
|
||||
},
|
||||
"lib": [
|
||||
"dom",
|
||||
|
|
Reference in a new issue