mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
ensure browser resolutions are used
This commit is contained in:
parent
2526b0460e
commit
2ba73fc91c
@ -103,7 +103,9 @@ const config = {
|
||||
}
|
||||
},
|
||||
// resolve (external) node modules from node_modules directory
|
||||
resolve(),
|
||||
resolve({
|
||||
browser: true
|
||||
}),
|
||||
{
|
||||
transform (code, id) {
|
||||
if (id.endsWith('.ts'))
|
||||
|
Loading…
Reference in New Issue
Block a user