mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +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 (external) node modules from node_modules directory
|
||||||
resolve(),
|
resolve({
|
||||||
|
browser: true
|
||||||
|
}),
|
||||||
{
|
{
|
||||||
transform (code, id) {
|
transform (code, id) {
|
||||||
if (id.endsWith('.ts'))
|
if (id.endsWith('.ts'))
|
||||||
|
Loading…
Reference in New Issue
Block a user