|
@@ -2,6 +2,7 @@ const path = require('path');
|
2
|
2
|
const process = require('process');
|
3
|
3
|
|
4
|
4
|
const sharedConfig = require('./webpack-shared-config');
|
|
5
|
+console.log("FINDME_webpack_config??")
|
5
|
6
|
module.exports = (_env, argv) => {
|
6
|
7
|
// Despite what whe docs say calling webpack with no arguments results in mode not being set.
|
7
|
8
|
const mode = typeof argv.mode === 'undefined' ? 'production' : argv.mode;
|