Skip to content

Commit

Permalink
ie11 fangling
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 16, 2024
1 parent 1593fda commit d740f3e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/entrypoints/array-ie11.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// a straight copy of the array.ts entrypoint,
// a straight copy of the array.full.ts entrypoint,
// but will have different config when passed through rollup
// to allow IE11 support

import './external-scripts-loader'
// it doesn't include recorder which doesn't support IE11,
// and it doesn't include web-vitals which doesn't support IE11

import './surveys'
import './exception-autocapture'
import './tracing-headers'
import './array.no-external'

0 comments on commit d740f3e

Please sign in to comment.