export const shimConfigs = [ { shimPath: 'components/LED', targetPath: '../../esm/components/LED.js', name: 'components/LED', }, { shimPath: 'components/SelfQRcode', targetPath: '../../esm/components/SelfQRcode.js', name: 'components/SelfQRcode', }, { shimPath: 'utils/utils', targetPath: '../../esm/utils/utils.js', name: 'utils/utils', }, { shimPath: 'utils/styles', targetPath: '../../esm/utils/styles.js', name: 'utils/styles', }, { shimPath: 'utils/websocket', targetPath: '../../esm/utils/websocket.js', name: 'utils/websocket', }, ];