mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 08:58:00 +00:00
chore: update @pezkuwi/ui packages to 3.17.2
- Update resolutions to use @pezkuwi/ui-* packages 3.17.2 - Fix webpack alias for @pezkuwi/ui-shared (flat package structure) - Regenerate yarn.lock with correct dependencies Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,8 +17,8 @@ function createWebpack (context, mode = 'production') {
|
||||
|
||||
return alias;
|
||||
}, {
|
||||
// Fix for @pezkuwi/ui-shared package with files in build subdirectory
|
||||
'@pezkuwi/ui-shared': path.resolve(context, '../../node_modules/@pezkuwi/ui-shared/build')
|
||||
// @pezkuwi/ui-shared npm package (flat structure)
|
||||
'@pezkuwi/ui-shared': path.resolve(context, '../../node_modules/@pezkuwi/ui-shared')
|
||||
});
|
||||
const plugins = fs.existsSync(path.join(context, 'public'))
|
||||
? new CopyWebpackPlugin({
|
||||
|
||||
Reference in New Issue
Block a user