Skip to content

Commit 8485c15

Browse files
authored
Merge pull request #1068 from Financial-Times/remove-n-feedback-references
ACC-3322 Remove n-feedback references
2 parents 78a787c + b5ea835 commit 8485c15

File tree

1 file changed

+1
-5
lines changed
  • packages/dotcom-build-code-splitting/src

1 file changed

+1
-5
lines changed

packages/dotcom-build-code-splitting/src/index.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,7 @@ export class PageKitCodeSplittingPlugin {
8888
const addSharedVolatileCodeSplitting = createBundleWithPackages({
8989
compiler,
9090
name: 'shared.volatile',
91-
packages: [
92-
'@financial-times/n-tracking',
93-
'@financial-times/n-syndication',
94-
'@financial-times/n-feedback'
95-
],
91+
packages: ['@financial-times/n-tracking', '@financial-times/n-syndication'],
9692
usedInUnknownWay: true
9793
})
9894

0 commit comments

Comments
 (0)