Skip to content

Commit 5481c66

Browse files
ytbryangauravtiwari
authored andcommitted
Add a missing \ to angular.js (#528)
Is this necessary? Seen this in other .js files
1 parent 01381c5 commit 5481c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
test: /.ts$/,
2+
test: /\.ts$/,
33
loader: 'ts-loader'
44
}

0 commit comments

Comments
 (0)