mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(ckeditor): fix Cannot read property exception
This commit is contained in:
parent
e7d21b2239
commit
d799adeee4
3 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue