Przeglądaj źródła

auto commit

old_j9
jfinn 2 lat temu
rodzic
commit
439486de1c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz