mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
11 lines
179 B
JSON
11 lines
179 B
JSON
{
|
|
"name": "webpack-test",
|
|
"private": true,
|
|
"dependencies": {
|
|
"webpack": "^1.14.0"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -f output.js && webpack --config config.js"
|
|
}
|
|
}
|