Skip to content
Snippets Groups Projects
Commit f9131b2f authored by Maxime Jacquemin's avatar Maxime Jacquemin
Browse files

[ivette] Workaround for __static path

parent 4edf7914
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,11 @@ import SYS, * as System from 'dome/system';
import { URL } from 'url';
import * as Menubar from './menubar';
// The __static path is provided by webpack at execution time, but the static
// type system is not aware of that for now. This is a workaround to avoid
// an error during compilation.
declare const __static: string;
// --------------------------------------------------------------------------
// --- System Helpers
// --------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment