Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1783857

Browse files
pragyagarg642nicolaskruchten
authored andcommitted
Added lazy loading to plotlywidget
1 parent f4f726e commit 1783857

File tree

2 files changed

+228
-206
lines changed

2 files changed

+228
-206
lines changed

packages/javascript/plotlywidget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"scripts": {
2525
"build": "webpack",
26-
"clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static'",
26+
"clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static",
2727
"test": "echo \"Error: no test specified\" && exit 1"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)