mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-01 07:47:59 +00:00
Include workspace deps (demos) from build (#220)
* Include workspace deps (demos) from build * Fix React demo
This commit is contained in:
@@ -19,7 +19,8 @@ module.exports = {
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@polkadot/ui-settings': path.resolve(__dirname, '../ui-settings/src')
|
||||
'@polkadot/ui-settings': path.resolve(__dirname, '../ui-settings/build'),
|
||||
'@polkadot/ui-shared': path.resolve(__dirname, '../ui-shared/build')
|
||||
},
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user