1.0.1 • Published 4 years ago
next-pnp-resolve v1.0.1
NextPnpResolve
Usage
- Apply this patch (this is temp).
- In the
next.config.jsadd following:
const { resolveDependency } = require('next-pnp-resolve');
{
...
experimental: {
...
fileTraceResolve: resolveDependency
},
}Now you can build!
Files that you need to manually copy if outputStandalone
.yarn/releases.pnp.*yarn.lock.yarnrc.yml
Run command: yarn node server.js