eth-loader

4.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eth-loader

Weekly Downloads

7

Version

4.0.0

License

MIT

Last publish

Collaborators

  • kiasaki