Rohman HM
Rohman HM
When I use your plugin, everything with `export default variableName` works fine. But when I export default object it's gonna throw error in console log. **Example** ```javascript export default {...
## Issue and steps to reproduce. I have a custom `swDest` on my app like below. ```js workboxOpts: { swDest: 'public/service-worker.js', ...otherSettings, } ``` When doing `next export` it's generate...
Hi, I need to know how to build this example into production app like `.exe`? I have run ```bash electron-builder build --win --x64 ``` But throws an error ```bash •...
We need to handle recursive.  https://codesandbox.io/s/example-hello-world-forked-qcff9z?file=/index.html:660-706