Closed murbanowicz closed 1 year ago
Can you try to remove the webpack config above completely and tell me if it works?
@murbanowicz have you tried removing the webpack config? It works on my side when doing so, so I'll update the README if it solves the issue on your side as well
@Baboo7 I have the same issue. When I remove webpack config, the administration works.
Strapi: 4.10.8
All right 👍 I removed the webpack configuration from the installation section. I'm closing this issue now
Describe the bug I have tried to install this plugin, but after many tries it is still not working.
To Reproduce Steps to reproduce the behavior: Strapi 4.10.5 with TypeScript.
"strapi-plugin-import-export-entries": "^1.19.2"
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
/ eslint-disable no-unused-vars / module.exports = (config, webpack) => { config.plugins.push(new MonacoWebpackPlugin());
return config; };