chore: use workspaces, fix deps

react-monaco-editor needed rolling back due to an incompatibility with
react 16
monaco-editor then needed rolling back and the editor config, too.

Some @types needed to be added, some lint deps needed updating.
This commit is contained in:
Oliver Eyton-Williams
2021-11-24 12:02:30 +01:00
committed by Mrugesh Mohapatra
parent 13b880c97b
commit a3e05ab45e
5 changed files with 124134 additions and 18342 deletions

View File

@ -62,7 +62,7 @@ module.exports = (env = {}) => {
},
plugins: [
new CopyWebpackPlugin({
patterns: ['node_modules/sass.js/dist/sass.sync.js']
patterns: ['../node_modules/sass.js/dist/sass.sync.js']
}),
new webpack.ProvidePlugin({
process: 'process/browser'