mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
- move source= - remove duplicate options= and builddir= - remove unused qt6-6.7.1 loongarch64 patches - add qt6-6.8.0 loongarch64 patches, source: https://github.com/AOSC-Dev/chromium-loongarch64/tree/master/qt6-webengine
20 lines
1,005 B
Text
20 lines
1,005 B
Text
diff '--color=auto' -p -X ../chromium-loongarch64/qt6-webengine/exclude -N -u -r a/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js b/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js
|
|
--- a/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js 2000-01-01 00:00:00.000000000 +0800
|
|
+++ b/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js 2000-01-01 00:00:00.000000000 +0800
|
|
@@ -19,11 +19,11 @@ export default commandLineArgs => ({
|
|
sourcemap: Boolean(commandLineArgs.configSourcemaps),
|
|
}],
|
|
plugins: [
|
|
- terser({
|
|
- compress: {
|
|
- pure_funcs: commandLineArgs.configDCHECK ? ['Platform.DCHECK'] : [],
|
|
- },
|
|
- }),
|
|
+ // terser({
|
|
+ // compress: {
|
|
+ // pure_funcs: commandLineArgs.configDCHECK ? ['Platform.DCHECK'] : [],
|
|
+ // },
|
|
+ // }),
|
|
{
|
|
name: 'devtools-plugin',
|
|
resolveId(source, importer) {
|