fix(editors): fix an issue where ckeditor doesn't load on the demo

This commit is contained in:
Alexander Zhukov 2017-03-07 19:22:07 +03:00
parent b414eaf9ed
commit 0a4f40c515
2 changed files with 1 additions and 2 deletions

View file

@ -270,7 +270,6 @@ module.exports = function (options) {
*/ */
new CopyWebpackPlugin([ new CopyWebpackPlugin([
{from: 'src/assets', to: 'assets'}, {from: 'src/assets', to: 'assets'},
{from: 'node_modules/ckeditor', to: 'ckeditor'},
{from: 'src/meta'} {from: 'src/meta'}
]), ]),

View file

@ -1 +1 @@
window['CKEDITOR_BASEPATH'] = '/ckeditor/'; window['CKEDITOR_BASEPATH'] = '//cdn.ckeditor.com/4.6.0/full/';