Removed loggin and reverted changes to webpack

This commit is contained in:
Caleb 2020-09-29 14:42:02 -04:00
parent 0017ab5397
commit 4770af453b
2 changed files with 2 additions and 8 deletions

View file

@ -112,7 +112,7 @@ module.exports = {
contentBase: path.join(__dirname, '/public'),
publicPath: (process.env.PUBLIC_PATH || '') + '/assets/',
allowedHosts: [
'pterodactyl.test',
'.pterodactyl.test',
],
headers: {
'Access-Control-Allow-Origin': '*',