Skip to content

Commit

Permalink
chore: use regex for qmfe matching (#1630)
Browse files Browse the repository at this point in the history
* chore: use regex for qmfe matching

* chore: use regex for qlik-api
  • Loading branch information
Caele authored Oct 15, 2024
1 parent 6f73fa4 commit 1ad0605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/build/lib/systemjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const systemjsBehaviours = {
'picasso-plugin-q',
'react',
'react-dom',
'@qlik-trial/qmfe-api',
'@qlik/api',
/^(?!@qlik-trial\/qmfe-data-client-parcels)(@qlik-trial\/qmfe-)/,
/^@qlik\/api\//,
];
const { external } = cfg.systemjs || {};
return Array.isArray(external) ? external : defaultExternal;
Expand Down

0 comments on commit 1ad0605

Please sign in to comment.