mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
upgrade
This commit is contained in:
parent
bbf91f31db
commit
6a8b804aff
27 changed files with 16152 additions and 2893 deletions
|
|
@ -19,13 +19,8 @@ const customResolver = resolve({
|
|||
|
||||
const aliasConfig = {
|
||||
entries: [
|
||||
{ find: /^app/, replacement: path.resolve('./src/app') },
|
||||
{ find: /^components/, replacement: path.resolve('./src/components') },
|
||||
{ find: /^hooks/, replacement: path.resolve('./src/hooks') },
|
||||
{ find: /^lib/, replacement: path.resolve('./src/lib') },
|
||||
{ find: /^store/, replacement: path.resolve('./src/store') },
|
||||
{ find: /^@/, replacement: path.resolve('./src/') },
|
||||
{ find: /^public/, replacement: path.resolve('./public') },
|
||||
{ find: /^assets/, replacement: path.resolve('./src/assets') },
|
||||
],
|
||||
customResolver,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue