0
1
Fork 0
hedera-web-mindshore/webpack.config.json

8 lines
109 B
JSON

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