Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e3307f6

Browse files
author
Nick Litwin
committed
Remove console logs
1 parent 69dcdac commit e3307f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ var config = require('appirio-tech-webpack-config')({
1515
favicon: './assets/images/favicon.ico'
1616
})
1717

18-
console.log('asset prefix is:::::::::::::::::::::::::::::::::')
19-
console.log(process.env.ASSET_PREFIX)
2018
config.output.publicPath = process.env.ASSET_PREFIX || ''
2119

2220
module.exports = config

0 commit comments

Comments
 (0)