Skip to content

Commit

Permalink
Fix playground build
Browse files Browse the repository at this point in the history
Need to explicitly require the @xviz/builder package.
  • Loading branch information
jlisee committed May 12, 2019
1 parent fdc3356 commit 011f2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/xviz-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "NODE_ENV=production webpack -p --env.local --env.prod"
},
"dependencies": {
"@xviz/builder": "^1.0.0-beta.11",
"brace": "^0.8.0",
"debounce": "^1.2.0",
"react": "^16.3.0",
Expand Down

0 comments on commit 011f2e7

Please sign in to comment.