This website works better with JavaScript
Home
Explore
Help
Sign In
unicraft
/
cke
Watch
8
Star
0
Fork
0
Files
Browse Source
Fix dangling comma.
Maciej Gołaszewski
5 years ago
parent
e4e68a3078
commit
87759b033e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
packages/ckeditor5-build-inline/webpack.config.js
+ 1
- 1
packages/ckeditor5-build-inline/webpack.config.js
View File
@@ -80,7 +80,7 @@ module.exports = {
},
minify: true
} )
- }
,
+ }
]
}
]