Skip to content

Commit 6683844

Browse files
committed
added iframe and monaco editor
1 parent 7cbc789 commit 6683844

File tree

6 files changed

+39086
-38932
lines changed

6 files changed

+39086
-38932
lines changed

config-overrides.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const MonacoWebpackPlugin = require("monaco-editor-webpack-plugin");
2+
3+
module.exports = function override(config, env) {
4+
config.plugins.push(new MonacoWebpackPlugin());
5+
return config;
6+
};

0 commit comments

Comments
 (0)