mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
builders: webpack resource builder
This commit is contained in:
16
resources/[system]/[builders]/webpack/package.json
Normal file
16
resources/[system]/[builders]/webpack/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "webpack-builder",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"async": "^2.6.1",
|
||||
"webpack": "^4.12.0",
|
||||
"worker-farm": "^1.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user