1.0.1 • Published 2 years ago

next-pnp-resolve v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NextPnpResolve

Usage

  • Apply this patch (this is temp).
  • In the next.config.js add 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