aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/data.h2.sql (renamed from src/test/resources/data.sql)0
-rw-r--r--webpack.config.js4
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/data.sql b/src/main/resources/data.h2.sql
index aff3e286..aff3e286 100644
--- a/src/test/resources/data.sql
+++ b/src/main/resources/data.h2.sql
diff --git a/webpack.config.js b/webpack.config.js
index dcb55e0f..cbce03f3 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -54,8 +54,8 @@ module.exports = (env, argv) => {
}
]
},
- { test: /\.png$/, loader: 'url-loader?limit=10000000000' },
- { test: /\.svg$/, loader: 'url-loader?limit=10000000000' }
+ { test: /\.png$/, loader: 'url-loader' },
+ { test: /\.svg$/, loader: 'url-loader' }
]
},
plugins: [