This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
unicraft
/
cke
Watch
8
Star
0
Fork
0
ファイル
ソースを参照
Fix dangling comma.
Maciej Gołaszewski
5 年 前
親
ca2d62a22a
コミット
451a13a4d7
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
packages/ckeditor5-build-classic/webpack.config.js
+ 1
- 1
packages/ckeditor5-build-classic/webpack.config.js
ファイルの表示
@@ -80,7 +80,7 @@ module.exports = {
},
minify: true
} )
- }
,
+ }
]
}
]