5,470 questions
3
votes
1
answer
50
views
When I run 'npm run watch:js', it changes app.js file code
I have a Node.js project, and after the Parcel update, I’m running into an issue.
In my ./public/js/ folder I have two files: bundle.js and bundle.js.map.
Previously, Parcel was compiling/bundling the ...
0
votes
0
answers
55
views
Why react/jsx-runtime module is not loaded properly when using originjs/vite-plugin-federation?
I'm currently implementing a micro frontend architecture using @originjs/vite-plugin-federation.
In one of my remote applications, I expose components that internally use a shared design system ...
-1
votes
1
answer
47
views
'Could not load NIB in bundle: 'NSBundle
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/rishabhtripathi/Library/Developer/CoreSimulator/Devices/...
1
vote
0
answers
47
views
How to get CFBundleName within generic (Tcl) application?
we are building a cross-platform application. on macOS we are using standard bundles to distribute the application.
From our GUI (running on Tcl/Tk) we would like to get the name of the application, ...
0
votes
0
answers
31
views
Problem accessing resources in bundle app MacOS with C
I'm currently working on a project that can compile and execute with multiples OS. I'm currently working on the MacOS version (working with a M2 one). My problem is that I have done a bundle of my app ...
0
votes
0
answers
36
views
Webpack not exposing all the package.json dependencies in the generated library ( browser code )
I have a webpack config to bundle all the node_modules dependencies mentioned in the package.json file. The following config file generates a library which exposes only the last mentioned in ...
0
votes
0
answers
34
views
How to partially define YAML config in Bundle B for Bundle A?
I am developing two bundles:
Bundle A - Defines a custom annotation #[RoleChecker] which secures an endpoint with the given role in the YAML:
endpoint_name:
role: ROLE_ADMIN
Bundle B - Which uses #[...
0
votes
1
answer
37
views
Produce a tree-shakeable ESM library with Webpack
I have a TypeScript CJS library (common-fe), that I use in a Next.js app (app-fe).
I started working on a v2, with ESM output instead, hoping that the library was completely modular and tree-shakeable....
1
vote
0
answers
78
views
Creating a Symfony bundle - what should the config files in my bundle that configure other bundles look like?
I've created a simple admin system with login/logout and user CRUD functionality in Symfony.
I want to make this into a bundle so that I can re-use it in other applications.
I've now got it working as ...
0
votes
1
answer
31
views
.Net 9 mvc production environment file not found in javascript bundle
In a .Net 9 MVC applcation, I use <environment> to include unbundled javascript files in the development environment, and a bundled of the minified version of the same files in the production ...
0
votes
1
answer
50
views
Parcel "npm run build:js" changes app.js file and not bundle.js
I have a Node.js project and after the Parcel update I'm running into an issue.
In my ./public/js/ folder I have 2 files: bundle.js and bundle.js.map. Previously Parcel was compiling/ bundling the ...
0
votes
2
answers
60
views
How not to loose over 90% Android app users with the new Sdk version (Android 14)?
I wanted to upload my app bundle to App Store, but the Android version was not enough (has to be at least 14);
I updated my app updating SDK from 33 to 34 and kept minSdkVersion 21 - resulting an ...
0
votes
1
answer
308
views
How to bundle my NextJS React component only so I can inject it in any website?
I am using NextJS 14.2.3 and I want this test component which depends on the tailwindcss and react to be injected in a Wordpress/any kind of website.
import React, { useEffect, useState } from 'react'
...
0
votes
0
answers
25
views
Bundle install stuck on devise_saml_authenticatable
Im trying to run bundle install --verbose on an existing ruby on rails project.
But the bundle is hanging on this section
1: devise_saml_authenticatable (1.9.1) from /Users/'username'/.rbenv/versions/...
0
votes
0
answers
43
views
Running C# CustomAction in Wix4 Bundle project
We have a Wix 4.0.3 bundle project that creates an executable from a variety of MSI files. However, we need to run a C# method to insert some minor data in the accompanying database after the ...