stable

Clone or download

Read-only

Build the tlp-fetch lib as a ES module

Also added the missing copyright/license block in the existing vite.config.ts file. Part of request #19287: Make internal libs "tree-shakeable" Change-Id: I8f5cedf72fb11be577ae1674558cfaabeeb1ef38

Modified Files

Name
M .eslintignore +1 −0 Go to diff View file
M src/scripts/lib/tlp-fetch/.gitignore +1 −0 Go to diff View file
M src/scripts/lib/tlp-fetch/package.json +11 −4 Go to diff View file
M src/scripts/lib/tlp-fetch/tsconfig.json +4 −2 Go to diff View file
R src/scripts/lib/tlp-fetch/webpack.dev.js Go to diff View file
D src/scripts/lib/tlp-fetch/webpack.common.js +0 −48 Go to diff View file
D src/scripts/lib/tlp-fetch/webpack.prod.js +0 −23 Go to diff View file
M src/scripts/lib/vue-breadcrumb-privacy/vite.config.ts +19 −0 Go to diff View file
M tools/utils/scripts/tsconfig-for-libraries.json +2 −1 Go to diff View file