github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/tools/webpack/tool.go (about)

     1  package webpack
     2  
     3  // Plugin takes care of webpack related operations that the CLI
     4  // needs to take care. I contains methods to satisfy the needs
     5  // of each of the commands that will call it.
     6  type Plugin struct{}
     7  
     8  func (w Plugin) Name() string {
     9  	return "Webpack"
    10  }