1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

Tags component

This commit is contained in:
muerwre 2019-07-27 18:28:28 +07:00
parent c13c0fcc3c
commit 9435df5b10
6 changed files with 39 additions and 11 deletions

View file

@ -9,7 +9,7 @@ const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin');
const htmlPlugin = new HtmlWebPackPlugin({
template: './src/index.html',
filename: './index.html',
title: 'Empty React Project',
title: 'VLT',
hash: false,
// favicon: 'src/sprites/favicon.png',
});