Add jest-raw-loader
This commit is contained in:
parent
6f922769a3
commit
371d1026fa
4 changed files with 9 additions and 4 deletions
2
src/@types/raw-loader.d.ts
vendored
2
src/@types/raw-loader.d.ts
vendored
|
@ -16,5 +16,5 @@ limitations under the License.
|
|||
|
||||
declare module '!!raw-loader!*' {
|
||||
const contents: string;
|
||||
export = contents;
|
||||
export default contents;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue