hedera-web/webpack.config.json

8 lines
122 B
JSON

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