build: try native plugin (#9629)

This commit is contained in:
Alexander Lichter
2025-07-14 13:47:29 +02:00
committed by GitHub
parent 772eb2f1d4
commit 7176a7b8e8
+3
View File
@@ -150,6 +150,9 @@ export default () =>
// Generate a stats.json file for webpack that will be consumed by RelativeCI
webpackStats(),
],
experimental: {
enableNativePlugin: true,
},
resolve: {
alias: {
"~": path.resolve(__dirname, "./app"),