Skip to content

Commit d88bf68

Browse files
authored
chore(ts): webpack file-loader compatibility for TS (#14387)
1 parent e09cb8d commit d88bf68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Reference: https://github.com/Microsoft/TypeScript-React-Starter/issues/12#issuecomment-327860151
2+
// TS compatibility for https://github.com/webpack-contrib/file-loader
3+
4+
declare module '*.png';

0 commit comments

Comments
 (0)