Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-2
QOS-React-2
/
fixtures
/
packaging
/
webpack
/
dev
/
package.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
json
10 lines
186 Bytes
Copy permalink
Copy
Raw
1
{
2
"private"
:
true
,
3
"name"
:
"webpack-dev-fixture"
,
4
"dependencies"
:
{
5
"webpack"
:
"^1.14.0"
6
},
7
"scripts"
:
{
8
"build"
:
"rm -f output.js && webpack --config config.js"
9
}
10
}