4.0.0 • Published 8 years ago

eth-loader v4.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

eth loader

webpack loader for eth lang

usage

var exportsOfFile = require("eth!./file.eth");
// => returns exports of executed and compiled file.eth

Documentation: Using loaders

recommended configuration

module.exports = {
    ...
    module: {
        loaders: [
            {test: /\.eth$/, loader: 'eth-loader'}
        ]
    }
};

license

See LICENSE file.

4.0.0

8 years ago

2.1.0

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago