This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const MonacoWebpackPlugin = require("monaco-editor-webpack-plugin");
|
||||
module.exports = {
|
||||
//https://medium.com/@mrodal/how-to-make-lazy-loading-actually-work-in-vue-cli-3-7f3f88cfb102
|
||||
chainWebpack: (config) => {
|
||||
chainWebpack: config => {
|
||||
config.plugins.delete("prefetch");
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = {
|
||||
new MonacoWebpackPlugin({
|
||||
// available options are documented at https://github.com/Microsoft/monaco-editor-webpack-plugin#options
|
||||
//https://github.com/Microsoft/monaco-editor-webpack-plugin
|
||||
// publicPath: "./js/",
|
||||
// publicPath: "./js/",
|
||||
languages: [
|
||||
"javascript",
|
||||
"css",
|
||||
|
||||
Reference in New Issue
Block a user