CSP: Remove global this
in webpack
Also refactor how we handle global namespace objects. Fixes CODEOCEAN-DV
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* eslint no-console:0 */
|
||||
|
||||
// JS
|
||||
import 'vis'
|
||||
import * as vis from 'vis';
|
||||
window.vis = vis;
|
||||
|
||||
// CSS
|
||||
|
Reference in New Issue
Block a user