4.0.0 • Published 9 years ago
eth-loader v4.0.0
eth loader
webpack loader for eth lang
usage
var exportsOfFile = require("eth!./file.eth");
// => returns exports of executed and compiled file.ethrecommended configuration
module.exports = {
...
module: {
loaders: [
{test: /\.eth$/, loader: 'eth-loader'}
]
}
};license
See LICENSE file.