1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Enable minification of exports for content scripts

This commit is contained in:
2025-04-09 00:48:40 +04:00
parent 966100d606
commit 9c19bd70c2

View File

@@ -175,7 +175,9 @@ export async function buildScriptsAndStyles(buildOptions) {
amd: {
// amd-lite requires names even for the entry-point scripts, so we should make sure to add those.
autoId: true,
}
},
// All these modules are not intended to be used outside of extension anyway
minifyInternalExports: true,
}
},
emptyOutDir: false,