项目作者: erbesharat

项目描述 :
A webpack loader for Joy
高级语言: JavaScript
项目地址: git://github.com/erbesharat/joy-loader.git
创建时间: 2017-12-17T12:00:35Z
项目社区:https://github.com/erbesharat/joy-loader

开源协议:

下载


joy-loader

A webpack loader for Joy

Usage

  1. You should first install Go
  2. Then install Joy
  3. And install joy-loader with npm
    1. npm install --save-dev webpack-joy-loader
  4. Then use it in your webpack.config.js
    1. module.exports = {
    2. module: {
    3. rules: [{
    4. test: /\.go$/,
    5. use: {
    6. loader: "webpack-joy-loader",
    7. options: {}
    8. }
    9. }]
    10. }
    11. }

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

GPLv3