hedera-web/webpack.config.json

8 lines
115 B
JSON
Raw Normal View History

2017-03-02 10:01:29 +00:00
{
"buildDir": "build",
"devServerPort": 9000,
"entry": {
"main": "./app.js",
"vendor": "mootools"
}
}