From 239cd15fb089bc0b7565b479b645ad997cea6b41 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sun, 23 Aug 2020 21:11:11 +0700 Subject: [PATCH] Add test raw loader for mising the package --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f5b4bc..8feb2cd 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "CUBETIQ" ], "author": "Sambo Chea ", - "license": "ISC" + "license": "ISC", + "dependencies": { + "raw-loader": "^4.0.1" + } }