Skip to content

zhw2590582/island-loader

Repository files navigation

island-loader Build Status

A island loader for webpack(目前测试用于文件头部输出作者信息)

Install

$ npm i --save-dev island-loader

Usage

// Add island-loader in webpack.config.js
module: {
    rules: [{
        test: /\.island$/,
        use: {
            loader: 'island-loader',
            options: {
                author: 'Harvey Zack',
                email: '717995589@qq.com',
                homepage: 'http://www.zhw-island.com'
            }
        }
    }]
}

License

MIT © Harvey Zack

About

A island loader for webpack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published