diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-08 11:21:57 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-08 11:21:57 -0400 |
| commit | e946f85b46e1b1a75ba46ccf9a1ee023e749b837 (patch) | |
| tree | 13e6e489d10b7707a9e10fde87f399e396d506cd /.vscode/launch.json | |
| parent | 3110d85b7e1efab006a13824792b031f63dba8c8 (diff) | |
| parent | 9776f0dbb1189105e5b947beb107203f4404c40c (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index e4196600e..d2c18d6f1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,6 +12,9 @@ "breakOnLoad": true, "url": "http://localhost:1050/login", "webRoot": "${workspaceFolder}", + "runtimeArgs": [ + "--experimental-modules" + ] }, { "type": "firefox", |
