stable

Clone or download

Read-only

request #22600: Let node/bundlers deal with the package resolution

The node_modules folder is no more expected to have a specific structure to build the files. The bundlers now do the hard work of locating the appropriate packages by themselves. No functional changes expected. Change-Id: I9aba3e00117502a53333a3a31e9511f4bbbdbd7b

Modified Files

Name
M plugins/api_explorer/themes/style.scss +1 −1 Go to diff View file
M plugins/pullrequest/themes/includes/_file-diff.scss +1 −1 Go to diff View file
M plugins/pullrequest/themes/pull-requests.scss +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/webpack.common.js +6 −3 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +2 −2 Go to diff View file
M src/themes/BurningParrot/css/dashboards/dashboards.scss +1 −1 Go to diff View file
M src/themes/common/css/syntax-highlight.scss +1 −1 Go to diff View file
M src/themes/tlp/src/index.en_US.ts +1 −1 Go to diff View file
M src/themes/tlp/src/index.fr_FR.ts +1 −1 Go to diff View file
M src/themes/tlp/src/scss/_vendor.scss +2 −2 Go to diff View file
M src/themes/tlp/src/vendor-overrides/select2.ts +1 −1 Go to diff View file
M src/webpack.common.js +2 −4 Go to diff View file