You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// webpack.config.jsconstMonacoEditorPlugin=require('monaco-editor-webpack-plugin')module.exports={plugins: [newMonacoEditorPlugin({// https://github.com/Microsoft/monaco-editor-webpack-plugin#options// Include a subset of languages support// Some language extensions like typescript are so huge that may impact build performance// e.g. Build full languages support with webpack 4.0 takes over 80 seconds// Languages are loaded on demand at runtimelanguages: ['javascript','css','html','typescript']})]}
Using the provided App.vue and webpack.config.js, the following errors are thrown at runtime:
App.vue
webpack.config.js
package.json
Any explanation would be greatly appreciated.
The text was updated successfully, but these errors were encountered: