1.0.2 • Published 6 years ago

island-loader v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago