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

8 lines
109 B
JSON
Raw Normal View History

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