10 lines
288 B
Markdown
Raw Normal View History

# CKEditor 5 document editor build standard version (CommonJS `require()`)
Just play with it.
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run webpack in the watch mode:
```
./node_modules/.bin/webpack -w
```