Merge pull request #56 from Tibing/dev-editors

fix(ckeditor): fix Cannot read property exception
This commit is contained in:
Dmitry 2016-07-04 18:04:45 +03:00 committed by GitHub
commit 8a07c9b4f9
3 changed files with 2 additions and 5 deletions

View file

@ -17,6 +17,5 @@
],
"dependencies": {
"Ionicons": "ionicons#~2.0.1",
"ckeditor": "^4.5.9"
}
}

View file

@ -154,10 +154,7 @@ module.exports = webpackMerge(commonConfig, {
beautify: false, //prod
mangle: {
screw_ie8 : true,
keep_fnames: true
}, //prod
mangle: false, //prod
compress: {
screw_ie8: true

View file

@ -22,6 +22,7 @@
"bootstrap-loader": "^1.0.8",
"chart.js": "^1.1.1",
"chartist": "^0.9.7",
"ckeditor": "^4.5.9",
"core-js": "^2.4.0",
"easy-pie-chart": "^2.1.7",
"extract-text-webpack-plugin": "^1.0.1",