new version for latest webpack 4.28.x

This commit is contained in:
David Meincke
2019-01-20 12:54:34 +01:00
parent b060a71135
commit 5ca9607377
24 changed files with 12481 additions and 204 deletions
+7
View File
@@ -0,0 +1,7 @@
declare module '*.html' {
const content: string;
export default content;
}
declare module '*.png';
declare module '*.jpg';