File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ module.exports = function (config) {
12
12
loaders : [
13
13
{
14
14
test : / \. j s $ / ,
15
- exclude : / t e s t | n o d e _ m o d u l e s | v u e \/ s r c / ,
15
+ exclude : / t e s t | n o d e _ m o d u l e s | v u e \/ d i s t / ,
16
16
loader : 'babel?optional[]=runtime&loose=all'
17
17
}
18
18
] ,
19
19
postLoaders : [
20
20
{
21
21
test : / \. j s $ / ,
22
- exclude : / t e s t | n o d e _ m o d u l e s | v u e \/ s r c | l i b \/ / ,
22
+ exclude : / t e s t | n o d e _ m o d u l e s | v u e \/ d i s t | l i b \/ / ,
23
23
loader : 'istanbul-instrumenter'
24
24
}
25
25
]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module.exports = {
10
10
loaders : [
11
11
{
12
12
test : / .j s / ,
13
- exclude : / n o d e _ m o d u l e s / ,
13
+ exclude : / n o d e _ m o d u l e s | v u e \/ d i s t / ,
14
14
loader : 'babel?optional[]=runtime&loose=all'
15
15
}
16
16
]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
8
8
loaders : [
9
9
{
10
10
test : / \. j s $ / ,
11
- exclude : / t e s t | n o d e _ m o d u l e s | v u e \/ s r c / ,
11
+ exclude : / t e s t | n o d e _ m o d u l e s | v u e \/ d i s t / ,
12
12
loader : 'babel?optional[]=runtime&loose=all'
13
13
}
14
14
]
You can’t perform that action at this time.
0 commit comments