mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
6158243339
With this setup we're compiling the .re/.ml files directly to source directories with a .bs.js extension, and enabling next.js to pick up that extension for pages.
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"name": "with-reasonml",
|
|
"sources": ["components", "pages"],
|
|
"bs-dependencies": ["reason-react", "bs-next"],
|
|
"reason": { "react-jsx": 2 },
|
|
"package-specs": {
|
|
"module": "commonjs",
|
|
"in-source": true
|
|
},
|
|
"suffix": ".bs.js",
|
|
"bsc-flags": [
|
|
"-bs-super-errors"
|
|
],
|
|
"refmt": 3
|
|
}
|