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
ca2d62a22a
commit
451a13a4d7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
packages/ckeditor5-build-classic/webpack.config.js
+ 1
- 1
packages/ckeditor5-build-classic/webpack.config.js
View File
@@ -80,7 +80,7 @@ module.exports = {
},
minify: true
} )
- }
,
+ }
]
}
]