-
Uncaught Exception:
Error: Cannot find module '/Users/grey/Applications/cloudmesh-javascript.app/Contents/Resources/app.asar/app/background.js'
at Module._resolveFilename (internal/modules/cjs/l…
-
Hi,
Whats the recommended way to publish? I know I can use `electron-builder --publish`, but this will also rebuild the application bundles. And `nextron build` will also always build application bun…
-
Is there any way to do parameterized routing for the pages in nextron?
Zeit has next.js use a custom server for parameterized routing, either their http module or express.js or similar (like in ht…
yoDon updated
5 years ago
-
Hey,
I've experienced errors from renderer getting swallowed by nextron. The result is no output, no electron starting, nothing. I could make them visible by modifying https://github.com/saltyshiomix…
-
When running `yarn dev`, I see this warning in the console:
```
The static directory has been deprecated in favor of the public directory. https://err.sh/zeit/next.js/static-dir-deprecated
```
I…
-
As the title asks, I’m trying to add support for API routes into the Nextron with Material UI example, although I’m getting stuck on the ipcRenderer part, where the app tends to freeze after the initi…
-
is it possible to use `app/background.js` (in package.json) to something else? I saw build directory [name to be `nextron`](https://github.com/saltyshiomix/nextron/issues/24), seems like that has been…
-
Hi.
I use this for create mac app.
Requires two environments dev / prod, so I want to switch configuration.
But nextron don't have a electron-buider configuration(--config).
Please let me know i…
-
It may be a personal choice, but I think a `.gitignore` file with:
```
app
dist
node_modules
```
would be nice to include in the scaffold
-
Hey,
On my other next.js project I have a config
`
// next.config.js
const withCSS = require('@zeit/next-css');
module.exports = withCSS({
webpack: function (config) {
c…