mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat: replace function node code editor with monaco
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user