UNPKG
summernote
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.20
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.1
0.6.0-ga
0.5.9
Super simple WYSIWYG editor
summernote/summernote
summernote
/
config
/
webpack.karma.js
10 lines
(6 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
config =
require
(
'./webpack.development'
);
// Do not include entry - karma-webpack does not support it
delete
config.
entry
;
// Show only errors while using karma
config.
stats
=
'errors-only'
;
module
.
exports
= config;