Fix webpack issue where multiple assets emit to the same file.

This commit is contained in:
Aditya Toshniwal 2019-09-13 11:03:12 +05:30 committed by Akshay Joshi
parent 83170a0e94
commit 9a69d27009

View File

@ -17,8 +17,6 @@
* @author Simon Georget <simon (at) linea21 (dot) com>
* @copyright Authors
*/
import loading_icon from 'acitree/image/load-root.gif';
define([
'jquery', 'underscore', 'underscore.string', 'pgadmin.alertifyjs',
'sources/gettext', 'sources/url_for', 'dropzone', 'sources/pgadmin',
@ -475,7 +473,7 @@ define([
var loading_icon_url = url_for(
'static', {
'filename': 'js/generated/' + loading_icon,
'filename': 'js/generated/load-root.gif',
}
);