This commit is contained in:
Paolo Arena
2020-07-11 17:07:53 +02:00
parent 01f1115c8a
commit 77c1edb779
150 changed files with 2637 additions and 4630 deletions

View File

@@ -7,8 +7,8 @@ const autoprefixer = require('autoprefixer');
const cssNext = require('postcss-cssnext');
const postcssImport = require('postcss-import');
// const PrerenderSPAPlugin = require('prerender-spa-plugin')
// const Renderer = PrerenderSPAPlugin.PuppeteerRenderer
// const PrerenderSPAPlugin = require('prerender-spa-plugin');
// const Renderer = PrerenderSPAPlugin.PuppeteerRenderer;
const baseConfig = {
entry: {
@@ -88,7 +88,7 @@ const baseConfig = {
},
plugins: [
new FaviconsWebpackPlugin({
logo: helpers.root('src/assets/images/logo_M.png'),
logo: helpers.root('src/statics/images/logo.png'),
persistentCache: true,
inject: true,
background: '#fff',