mirror of
https://github.com/tlsnotary/explorer.git
synced 2026-01-09 21:07:55 -05:00
fix: allow ts in node modules when building ui
This commit is contained in:
@@ -93,6 +93,7 @@ var options = {
|
||||
),
|
||||
}),
|
||||
transpileOnly: isDevelopment,
|
||||
allowTsInNodeModules: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -160,6 +161,7 @@ var options = {
|
||||
'Cross-Origin-Opener-Policy': 'same-origin',
|
||||
}
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
|
||||
Reference in New Issue
Block a user