1
mirror of https://github.com/jakejarvis/jakejarvis.git synced 2025-12-01 08:53:51 -05:00

CLI: "simplify" build step w/ build.js

also use react's JSX transform/automatic runtime: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
This commit is contained in:
2021-09-06 12:55:26 -04:00
parent ec9442cc9e
commit da39c366bc
5 changed files with 144 additions and 1803 deletions

View File

@@ -2,7 +2,6 @@
"use strict";
const React = require("react");
const { render, Box, Text } = require("ink");
const BigText = require("ink-big-text");
const Gradient = require("ink-gradient");