etherpush.io · GitHub @etherpush · Twitter @etherpush
The webpack loader (sol-loader) is simply used at etherpush.io to load ethereum solidity contract.
npm install --save-dev sol-loader
The webpack config is as the following:
{
loaders: [
{
test: /\.sol$/,
loaders: ["sol-loader"]
},
]
}