npm package diff

Package: @forge/bundler

Versions: 4.18.1-next.8-experimental-c7a7d36 - 4.19.0-next.11

File: package/out/webpack.js

Index: package/out/webpack.js
===================================================================
--- package/out/webpack.js
+++ package/out/webpack.js
@@ -190,10 +190,10 @@
 const getSandboxBundler = () => createBundler(sandbox_1.getSandboxedRuntimeBuildConfig);
 exports.getSandboxBundler = getSandboxBundler;
 const getNodeBundler = (wrapperProvider) => createBundler((0, node_1.getNodeRuntimeBuildConfig)(wrapperProvider));
 exports.getNodeBundler = getNodeBundler;
-const nativeUiBundle = (logger, entrypoints) => {
-    const config = (0, nativeui_1.getNativeUiBuildConfig)(entrypoints);
+const nativeUiBundle = (logger, entrypoints, i18nConfig) => {
+    const config = (0, nativeui_1.getNativeUiBuildConfig)(entrypoints, i18nConfig);
     const compiler = (0, exports.getCompiler)(config, { writeToDisk: true });
     return new Promise((resolve, reject) => {
         compiler.run((compilerError, stats) => {
             try {