Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 710 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 710 Bytes

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