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