feat: Editor component is replaced by MultiLineEditor

This commit is contained in:
Nishchit14
2022-10-10 18:06:06 +05:30
parent 19a7eec010
commit 47ab1b0c44
24 changed files with 137 additions and 75 deletions

View File

@@ -109,16 +109,16 @@ exports.plugins = [
console.log(`${(percentage * 100).toFixed()}%`, message, ...args);
},
}),
new MonacoWebpackPlugin({
/**
* available options are documented at
* https://github.com/microsoft/monaco-editor/tree/main/webpack-plugin#options
**/
globalAPI: true,
publicPath: '/js',
filename: '[name].worker.bundle.js',
languages: ['javascript', 'html', 'typescript', 'json'],
}),
// new MonacoWebpackPlugin({
// /**
// * available options are documented at
// * https://github.com/microsoft/monaco-editor/tree/main/webpack-plugin#options
// **/
// globalAPI: true,
// publicPath: '/js',
// filename: '[name].worker.bundle.js',
// languages: ['javascript', 'html', 'typescript', 'json'],
// }),
];
exports.rules = [