Possibility to use froala as CommonJS module.
ERROR in ./static/javascript/entry.js
Module not found: Error: Cannot resolve module 'froala-editor'
npm install froala-editor --save
In ./static/javascript/entry.js:
require('froala-editor');
webpack 1.12.14
See https://github.com/froala/wysiwyg-editor/tree/master/html/require_js for RequireJS. Using it with CommonJS is similar.
@thedotedge You're the solution. cmd
That link no longer works. Is it possible to get a Webpack example?