Remove UMD library target (#31044)

GitOrigin-RevId: 377fbf06ea292c223d51c0e151b7803abf443b60
This commit is contained in:
Alf Eaton
2026-02-06 09:05:23 +00:00
committed by Copybot
parent 209c1cfbfb
commit 849518d8ea
-4
View File
@@ -96,10 +96,6 @@ module.exports = {
// By default write into js directory
filename: 'js/[name]-[contenthash].js',
// Output as UMD bundle (allows main JS to import with CJS, AMD or global
// style code bundles
libraryTarget: 'umd',
},
optimization: {