Skip to content

Commit

Permalink
use dist version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdanielamoitzi committed Jan 19, 2024
1 parent e1be7a6 commit a29ab98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phovea_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'tdp_core/dist/phovea_registry';
try {
// As ordino is an optional dependency, we can't import it directly: https://github.com/webpack/webpack/issues/15957
// eslint-disable-next-line global-require, @typescript-eslint/no-var-requires
require('ordino/phovea_registry');
require('ordino/dist/phovea_registry');
} catch (e) {
console.error("Failed to load 'visyn_pro/phovea_registry'", e);
}
Expand Down

0 comments on commit a29ab98

Please sign in to comment.