UNPKG

react-froala-wysiwyg

Version:

React component for Froala WYSIWYG HTML rich text editor.

8 lines 220 B
module.exports = { server: { middleware: { // overrides the second middleware default with new settings 1: require('connect-history-api-fallback')({index: '/src/index.html', verbose: true}) } } };