Skip to content

Commit b718d64

Browse files
committed
hack: no build
1 parent de1de86 commit b718d64

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

lean4-infoview/package.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,6 @@
22
"name": "@leanprover/infoview",
33
"version": "0.7.9",
44
"description": "An interactive display for the Lean 4 theorem prover.",
5-
"scripts": {
6-
"watch": "rollup --config --environment NODE_ENV:development --watch",
7-
"build": "rollup --config --environment NODE_ENV:production",
8-
"watchTest": "npm run watch",
9-
"test": "tsc -p test/tsconfig.json"
10-
},
11-
"exports": {
12-
".": {
13-
"types": "./dist/index.d.ts",
14-
"default": "./dist/index.production.min.js"
15-
},
16-
"./loader": {
17-
"types": "./dist/loader.d.ts",
18-
"default": "./dist/loader.production.min.js"
19-
},
20-
"./package.json": "./package.json"
21-
},
22-
"files": [
23-
"dist/*"
24-
],
255
"type": "module",
266
"license": "Apache-2.0",
277
"devDependencies": {

lean4-infoview/src/infoview/main.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import * as React from 'react'
33
import * as ReactDOM from 'react-dom/client'
44
import type { DidCloseTextDocumentParams, DocumentUri, Location } from 'vscode-languageserver-protocol'
55

6-
import '@vscode/codicons/dist/codicon.css'
7-
import '@vscode/codicons/dist/codicon.ttf'
6+
// FIXME
7+
// import '@vscode/codicons/dist/codicon.css'
8+
// import '@vscode/codicons/dist/codicon.ttf'
89
import 'tachyons/css/tachyons.css'
910
import './highlightjs.css'
1011
import './index.css'

0 commit comments

Comments
 (0)