Skip to content

Commit

Permalink
fix: 🐛 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
huruji committed Feb 13, 2019
1 parent bf28239 commit ce37d05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ const loadModule = require('./loadModule')

class ErudaPlugin {
constructor(
options = {
options = {}
) {
this.options = Object.assign({
force: false,
tool: [],
plugins: []
}
) {
this.options = options;
}, options);
}

apply(compiler) {
Expand Down

0 comments on commit ce37d05

Please sign in to comment.