From 09aaa734556bb68de9e2fcf1482dbe367132a25b Mon Sep 17 00:00:00 2001 From: Rahul Yadav Date: Tue, 28 May 2024 11:54:19 +0530 Subject: [PATCH] Update config to transpile `@tact-lang/opcode` Resolves #34 --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 4561b09..0fde894 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const MonacoWebpackPlugin = require("monaco-editor-webpack-plugin"); -const withTM = require("next-transpile-modules")(["monaco-editor"]); +const withTM = require("next-transpile-modules")(["monaco-editor", "@tact-lang/opcode"]); const webpack = require("webpack"); const nextConfig = withTM({