forked from extern/egroupware
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