File tree 3 files changed +20
-27
lines changed
3 files changed +20
-27
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ module.exports = {
13
13
enforce : 'pre' ,
14
14
include : [ path . join ( __dirname , '/../src' ) ]
15
15
} ,
16
- {
17
- test : / \. ( p n g | j p g | g i f | w o f f | w o f f 2 | c s s | s a s s | s c s s | l e s s | s t y l ) $ / ,
18
- loader : 'null-loader'
19
- } ,
16
+ // {
17
+ // test: /\.(png|jpg|gif|woff|woff2|css|sass|scss|less|styl)$/,
18
+ // loader: 'null-loader'
19
+ // },
20
20
{
21
21
test : / \. ( j s | j s x ) $ / ,
22
22
loader : 'babel-loader' ,
Original file line number Diff line number Diff line change 33
33
"working_dir" : " ${project_path}" ,
34
34
"target" : " ansi_color_build" ,
35
35
"syntax" : " Packages/ANSIescape/ANSI.tmLanguage"
36
+ },
37
+ {
38
+ "cmd" : [
39
+ " node.exe" ,
40
+ " --inspect-brk" ,
41
+ " node_modules/karma/bin/karma" ,
42
+ " start"
43
+ ],
44
+ "env" :
45
+ {
46
+ "NODE_ENV" : " test"
47
+ },
48
+ "name" : " debug-karma" ,
49
+ "working_dir" : " ${project_path}" ,
50
+ "target" : " ansi_color_build" ,
51
+ "syntax" : " Packages/ANSIescape/ANSI.tmLanguage"
36
52
}],
37
53
"folders" : [
38
54
{
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments