Skip to content

Commit

Permalink
Update config to transpile @tact-lang/opcode
Browse files Browse the repository at this point in the history
Resolves #34
  • Loading branch information
rahulyadav-57 committed May 28, 2024
1 parent c771fd4 commit 09aaa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit 09aaa73

Please sign in to comment.