mirror of
https://github.com/tauri-apps/smoke-tests.git
synced 2026-01-31 00:35:18 +01:00
* add reason-react example * add reason-react example * remove package-lock * add tauri and webpack commands to package-json * remove dist folder from .gitignore * rename folder to transpiled for other examples * add mint starter example
26 lines
400 B
JSON
26 lines
400 B
JSON
{
|
|
"name": "reason-tauri-example",
|
|
"reason": {
|
|
"react-jsx": 3
|
|
},
|
|
"sources": {
|
|
"dir": "src",
|
|
"subdirs": true
|
|
},
|
|
"bsc-flags": [
|
|
"-bs-super-errors",
|
|
"-bs-no-version-header"
|
|
],
|
|
"package-specs": [
|
|
{
|
|
"module": "commonjs",
|
|
"in-source": true
|
|
}
|
|
],
|
|
"suffix": ".bs.js",
|
|
"namespace": true,
|
|
"bs-dependencies": [
|
|
"reason-react"
|
|
],
|
|
"refmt": 3
|
|
} |