Fix prod builder

This commit is contained in:
2026-05-11 21:12:42 +02:00
parent 81f099d150
commit 0140f2af3c
+1 -1
View File
@@ -6,7 +6,7 @@ import WrapperPlugin from 'wrapper-webpack-plugin';
import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer';
import { AngularWebpackPlugin } from '@ngtools/webpack';
import linkerPlugin from '@angular/compiler-cli/linker/babel';
import common from './webpack.common.js';
import common from './webpack.common.mjs';
import fs from 'fs';
import { fileURLToPath } from 'url';
const __dirname = path.dirname(fileURLToPath(import.meta.url));