Add jest-raw-loader

This commit is contained in:
Jaiwanth
2021-07-27 12:11:08 +05:30
parent 6f922769a3
commit 371d1026fa
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ limitations under the License.
declare module '!!raw-loader!*' {
const contents: string;
export = contents;
export default contents;
}