Files
react/fixtures/packaging/webpack-alias/dev/package.json
T

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"
}
}