mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(ckeditor): fix Cannot read property exception
This commit is contained in:
parent
e7d21b2239
commit
674bbeb3c7
3 changed files with 4 additions and 7 deletions
|
|
@ -16,7 +16,6 @@
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Ionicons": "ionicons#~2.0.1",
|
"Ionicons": "ionicons#~2.0.1"
|
||||||
"ckeditor": "^4.5.9"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -154,10 +154,7 @@ module.exports = webpackMerge(commonConfig, {
|
||||||
|
|
||||||
beautify: false, //prod
|
beautify: false, //prod
|
||||||
|
|
||||||
mangle: {
|
mangle:false,
|
||||||
screw_ie8 : true,
|
|
||||||
keep_fnames: true
|
|
||||||
}, //prod
|
|
||||||
|
|
||||||
compress: {
|
compress: {
|
||||||
screw_ie8: true
|
screw_ie8: true
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
"bootstrap-loader": "^1.0.8",
|
"bootstrap-loader": "^1.0.8",
|
||||||
"chart.js": "^1.1.1",
|
"chart.js": "^1.1.1",
|
||||||
"chartist": "^0.9.7",
|
"chartist": "^0.9.7",
|
||||||
|
"ckeditor": "^4.5.9",
|
||||||
"core-js": "^2.4.0",
|
"core-js": "^2.4.0",
|
||||||
"easy-pie-chart": "^2.1.7",
|
"easy-pie-chart": "^2.1.7",
|
||||||
"extract-text-webpack-plugin": "^1.0.1",
|
"extract-text-webpack-plugin": "^1.0.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue