stable

Clone or download

Read-only

chore: Build tlp-doc separately

No functional change. tlp-doc loads correctly with its styles. part of request #30355 Split core frontend into separate apps Change-Id: I6c45616d35228e97cb37c5262aa0ea6e0235bd7e

Modified Files

Name
M src/scripts/main/webpack.common.js +0 −34 Go to diff View file
R src/scripts/main/src/tlp-doc/css/_demos.scss Go to diff View file
R src/scripts/main/src/tlp-doc/css/_javascript-sections.scss Go to diff View file
R src/scripts/main/src/tlp-doc/css/_nav.scss Go to diff View file
R src/scripts/main/src/tlp-doc/css/_sections.scss Go to diff View file
R src/scripts/main/src/tlp-doc/css/main.scss Go to diff View file
R src/scripts/main/src/tlp-doc/package.json Go to diff View file
R src/scripts/main/src/tlp-doc/pnpm-lock.yaml Go to diff View file
R src/scripts/main/src/tlp-doc/src/editors.js Go to diff View file
R src/scripts/main/src/tlp-doc/src/index.js Go to diff View file
R src/scripts/main/src/tlp-doc/src/main.js Go to diff View file
A src/scripts/tlp-doc/webpack.common.mjs +57 −0 Go to diff View file
A src/scripts/tlp-doc/webpack.dev.mjs +23 −0 Go to diff View file
A src/scripts/tlp-doc/webpack.prod.mjs +23 −0 Go to diff View file