Skip to content

Commit

Permalink
Introduce changes for 8.2 playground bundle support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryyppy committed Jul 9, 2020
1 parent a7309f0 commit c2a5adc
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 13 deletions.
10 changes: 9 additions & 1 deletion bsconfig.json
Expand Up @@ -3,7 +3,12 @@
"namespace": false,
"reason": { "react-jsx": 3 },
"refmt": 3,
"bs-dependencies": ["reason-react", "bs-fetch", "@glennsl/bs-json", "reason-promise"],
"bs-dependencies": [
"reason-react",
"bs-fetch",
"@glennsl/bs-json",
"reason-promise"
],
"ppx-flags": [],
"sources": [
{ "dir": "common" },
Expand All @@ -18,6 +23,9 @@
"module": "es6",
"in-source": true
},
"warnings": {
"error": "+8"
},
"suffix": ".bs.js",
"bsc-flags": ["-bs-no-version-header", "-bs-super-errors", "-bs-g"],
"gentypeconfig": {
Expand Down

0 comments on commit c2a5adc

Please sign in to comment.