Skip to content

Commit

Permalink
fix(deps): remove yarn/webpack deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chip committed Sep 17, 2022
1 parent de21b75 commit a855884
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@ game 'common'
client_script 'dist/client.js'
server_script 'dist/server.js'

dependency 'yarn'
dependency 'webpack'

webpack_config 'client.config.js'
webpack_config 'server.config.js'
webpack_config 'ui.config.js'

files {
'dist/ui.html'
}

ui_page 'dist/ui.html'
ui_page 'dist/ui.html'

0 comments on commit a855884

Please sign in to comment.