Pārlūkot izejas kodu

ビルド対象ファイル修正

develop
sosuke.iwabuchi pirms 2 gadiem
vecāks
revīzija
b667300894
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js Parādīt failu

@@ -14,7 +14,7 @@ const basePath = path.resolve('src', 'apps');
const env = dotenv.config().parsed

// basePath配下の各ディレクトリを複数のentryとする
const entries = glob.sync('**/index.+(js|ts|tsx)', { cwd: basePath }).reduce(
const entries = glob.sync('*/index.+(js|ts|tsx)', { cwd: basePath }).reduce(
(prev, file) => ({
...prev,
[path.dirname(file)]: path.resolve(basePath, file),


Notiek ielāde…
Atcelt
Saglabāt