Open enboig opened 2 years ago
The documentations says that when using Webpack:
# if you are using NPM as package manager $ npm install --save ckeditor4@^4.13.0
Wouldn't be better:
$ npm install -D ./vendor/friendsofsymfony/ckeditor-bundle/src/Resources/public/
FOSJsRoutingBundle recommends this way of installing, and with this you ensure installed version isn't above the bundled one.
The documentations says that when using Webpack:
Wouldn't be better:
FOSJsRoutingBundle recommends this way of installing, and with this you ensure installed version isn't above the bundled one.