hedera-web/webpack.config.json

8 lines
122 B
JSON
Raw Normal View History

{
"buildDir": "build",
"devServerPort": 9000,
"entry": {
"main": "./app.js",
2018-02-05 12:58:17 +00:00
"vendor": ["mootools", "js-yaml"]
}
}