This commit is contained in:
2020-10-12 23:26:47 +00:00
parent 8fd703310f
commit 18fa4ecd74
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ todo: manifest / favicon convert to green/blue shirt from yellow
todo: client build, turn off generating manifest.json as I have a static one already todo: client build, turn off generating manifest.json as I have a static one already
todo: service workers for monaco going in root of website folder, must be a config setting to move it into the proper place (not there)
todo: login, large view, branded logo and footer text not centered equally? todo: login, large view, branded logo and footer text not centered equally?

View File

@@ -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,6 +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/",
languages: [ languages: [
"javascript", "javascript",
"css", "css",