Skip to content

Commit

Permalink
Merge pull request #1068 from Financial-Times/remove-n-feedback-refer…
Browse files Browse the repository at this point in the history
…ences

ACC-3322 Remove n-feedback references
  • Loading branch information
emortong authored Oct 3, 2024
2 parents 78a787c + b5ea835 commit 8485c15
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/dotcom-build-code-splitting/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,7 @@ export class PageKitCodeSplittingPlugin {
const addSharedVolatileCodeSplitting = createBundleWithPackages({
compiler,
name: 'shared.volatile',
packages: [
'@financial-times/n-tracking',
'@financial-times/n-syndication',
'@financial-times/n-feedback'
],
packages: ['@financial-times/n-tracking', '@financial-times/n-syndication'],
usedInUnknownWay: true
})

Expand Down

0 comments on commit 8485c15

Please sign in to comment.