Skip to content

Commit

Permalink
fix(provider): no provider for variable name Fix #146
Browse files Browse the repository at this point in the history
 - Put provider comments before parameters
  • Loading branch information
jambonrose authored and joshwiens committed Jan 14, 2017
1 parent 04e9c85 commit 43f18d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ var blocked = []
var isBlocked = false

function Plugin(
webpackOptions, /* config.webpack */
webpackServerOptions, /* config.webpackServer */
webpackMiddlewareOptions, /* config.webpackMiddleware */
basePath, /* config.basePath */
files, /* config.files */
frameworks, /* config.frameworks */
/* config.webpack */ webpackOptions,
/* config.webpackServer */ webpackServerOptions,
/* config.webpackMiddleware */ webpackMiddlewareOptions,
/* config.basePath */ basePath,
/* config.files */ files,
/* config.frameworks */ frameworks,
customFileHandlers,
emitter) {
webpackOptions = _.clone(webpackOptions) || {};
Expand Down

0 comments on commit 43f18d3

Please sign in to comment.