This commit is contained in:
@@ -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?
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user