Fix webpack issue where multiple assets emit to the same file.
parent
83170a0e94
commit
9a69d27009
|
@ -17,8 +17,6 @@
|
||||||
* @author Simon Georget <simon (at) linea21 (dot) com>
|
* @author Simon Georget <simon (at) linea21 (dot) com>
|
||||||
* @copyright Authors
|
* @copyright Authors
|
||||||
*/
|
*/
|
||||||
import loading_icon from 'acitree/image/load-root.gif';
|
|
||||||
|
|
||||||
define([
|
define([
|
||||||
'jquery', 'underscore', 'underscore.string', 'pgadmin.alertifyjs',
|
'jquery', 'underscore', 'underscore.string', 'pgadmin.alertifyjs',
|
||||||
'sources/gettext', 'sources/url_for', 'dropzone', 'sources/pgadmin',
|
'sources/gettext', 'sources/url_for', 'dropzone', 'sources/pgadmin',
|
||||||
|
@ -475,7 +473,7 @@ define([
|
||||||
|
|
||||||
var loading_icon_url = url_for(
|
var loading_icon_url = url_for(
|
||||||
'static', {
|
'static', {
|
||||||
'filename': 'js/generated/' + loading_icon,
|
'filename': 'js/generated/load-root.gif',
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue