Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use in next.js #74

Open
zwy012 opened this issue Sep 26, 2022 · 1 comment
Open

how to use in next.js #74

zwy012 opened this issue Sep 26, 2022 · 1 comment

Comments

@zwy012
Copy link

zwy012 commented Sep 26, 2022

No description provided.

@yourAverageDeveloper
Copy link

Experiencing the same problem here guys. I have a Nextjs deployment failing on Vercel with the error

Error: No serverless pages were built

And on local, the build just keeps on going endlessly. I added the plugin to my Next config and left a deployment running for over 30 minutes on my local computer when it normally ends in 4-5 minutes. Here's the config in case anyone's interested

...restNextConfig,
webpack: (config) => {
    config.plugins.push(new AntdDayjsWebpackPlugin());
    return config;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants