Skip to content

Commit

Permalink
fix: bundling script
Browse files Browse the repository at this point in the history
  • Loading branch information
antico5 committed Mar 20, 2023
1 parent 03239c1 commit 3b181f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/scripts/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const path = require("path");
const { exec } = require("child_process");
const esbuild = require("esbuild");

const ANTLR_MODULE_PATH = "../node_modules/@solidity-parser/parser/dist/antlr";
const ANTLR_MODULE_PATH =
"../server/node_modules/@solidity-parser/parser/dist/antlr";
const SERVER_MODULE_PATH = "../node_modules/@ignored/solidity-language-server";

const SOLIDITY_TOKENS = "Solidity.tokens";
Expand Down

0 comments on commit 3b181f9

Please sign in to comment.