ソースを参照

auto commit

old_j9
jfinn 2年前
コミット
439486de1c
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js ファイルの表示

@@ -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;

読み込み中…
キャンセル
保存