-
Hello,
I am trying to use this plugin to do SSR on a NextJS app by consuming remote modules from WP5 apps.
Here is the next config I am using to define webpack config :
```js
const ServerSideModu…
-
Is it possible to use with modules of node_modules?
When using this i receive _TypeError: cb is not a function_
My code is:
`import Display from 'bundle-loader?lazy!../../node_modules//widgets…
-
While investigating the large bundle size [of another project](https://github.com/NEARBuilders/near-bos-webcomponent/pull/45), I noticed the size of near-wallet-selector took up a pretty hefty portion…
-
I am not able to consume this when trying to lazy load. My code is below. I request you to please help me in this.
const { Tab, Tabs, TabList, TabPanel } = lazy(() => import('react-tabs'));
-
### remote-react
```js
exposes: {
".": "./src/App.jsx",
"./hello": "./src/HelloWorld.jsx",
},
```
### host-vue
vite.config.js
```js
import { defineConfig } from "vite";
import…
-
### Is your feature request related to a problem? Please describe.
Yes, in Webpack you can do this
```ts
await loadScript(url, scope, module);
//@ts-ignore
await __webpack…
-
Install ALL functions and design
-
**Hi I implementing you library with react and nextjs, and when I reload the page, I get the error:**
window is not defined
ReferenceError: window is not defined
at Object. (/Users/albertoca…
-
Hello, and thanks for this awesome project.
I'm trying to create my own build tool for React.
I want the compile time as small as possible, so i use React CDN in my `index.html`, with my entrypoin…
-
I'm trying to modify an existing page and as a result need to use react standalone and include Scale&React through plain html:
```
```
The issue with that approach is that Events won't …