feat: replace function node code editor with monaco

This commit is contained in:
Arpad Gabor
2021-10-23 18:38:46 +03:00
parent 37930057d8
commit c63f365a65
4 changed files with 97 additions and 44 deletions

View File

@@ -1,3 +1,5 @@
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
module.exports = {
chainWebpack: config => config.resolve.symlinks(false),
// transpileDependencies: [
@@ -13,6 +15,9 @@ module.exports = {
devServer: {
disableHostCheck: true,
},
plugins: [
new MonacoWebpackPlugin(),
],
},
css: {
loaderOptions: {