Skip to content

Commit

Permalink
오리지널 레포지토리의 'Grunt 대신 WebPack 도입' JJoriping#1042 풀 리퀘스트의 ffd8712 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimu-Nowchira committed Nov 19, 2022
1 parent 7d718e3 commit 6147cd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ const sourcePath = resolve(__dirname, "dist/Web/lib")
const gameSourcePath = resolve(sourcePath, "kkutu")
const distributionPath = resolve(__dirname, "dist/Web/public/js")

if (!File.existsSync(resolve(sourcePath, "in_game_kkutu.js")))
File.writeFileSync(resolve(sourcePath, "in_game_kkutu.js"))
const files = File.readdirSync(sourcePath, { withFileTypes: true })
.filter((u) => u.isFile())
.map((u) => u.name)
Expand Down

0 comments on commit 6147cd8

Please sign in to comment.