mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 01:52:49 +00:00
added realm - robots.txt - google webmaster file
This commit is contained in:
@@ -4,6 +4,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
const FaciconsWebpackPlugin = require('favicons-webpack-plugin');
|
||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
@@ -78,6 +79,9 @@ module.exports = {
|
||||
'process.env': {
|
||||
NODE_ENV: JSON.stringify(process.env.NODE_ENV),
|
||||
},
|
||||
})
|
||||
}),
|
||||
new CopyWebpackPlugin([{
|
||||
from: './public'
|
||||
}])
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user