Skip to content

Instantly share code, notes, and snippets.

@usback
usback / tinymce-react-nextjs.md
Last active March 11, 2021 11:07 — forked from muhammadzaky15/tinymce-react-nextjs.md
NextJs- React - Self hosted TinyMCE
  1. Install (TinyMCE 5.x)
npm install --save tinymce @tinymce/tinymce-react copy-webpack-plugin

if copy-webpack-plugin has problem you need to change that install  copy-webpack-plugin@6.2.1
  1. Copy static files(tinymce skins) to public folder. Edit file next.config.js