hedera-web/webpack.config.json

8 lines
115 B
JSON

{
"buildDir": "build",
"devServerPort": 9000,
"entry": {
"main": "./app.js",
"vendor": "mootools"
}
}