compile failed with next.js 11
See original GitHub issueI add this plugin into my next.js project, but compiling is failed.
.bezierEasingMixin(); ^ Inline JavaScript is not enabled. Is it set in your options?
I don’t know why this plugin do not support Inline JavaScript
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
next build fails with webpack error #25276 - GitHub
This problem can be solved by adding future: { webpack5: true } to next.config.js and enabling webpack5. Probably a compatibility issue between ...
Read more >nextJS build fails on Vercel because of Webpack errors
When I attempted to import a Comment component into a page I was getting Vercel build errors: Failed to compile. ./pages/{mypage.js} Module not ......
Read more >Next.js build is failing - Render community
My Nextjs build keeps failing, although it works fine locally. My error logging shows the following: Jun 22 05:07:47 PM > Build error...
Read more >module-not-found - Next.js
A module not found error can occur for many different reasons: The module you're trying to import is not installed in your dependencies;...
Read more >Next.js deploy fails on webpack build - Netlify Support Forums
This suggests to me that while the version number hasn't changed, something in the code has. It also appears some dependencies in your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@cbfn pls check https://github.com/SolidZORO/mkn repo.
@cbfn Thanks for sharing the solution, I have not used tailwind and this solution of yours is just fine.