Skip to content

Commit

Permalink
feat:add eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackgan3 committed Jul 12, 2023
1 parent 59d6fa5 commit 40c3285
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/webpack-plugin/lib/resolver/AddEnvPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ const { JSON_JS_EXT } = require('../utils/const')

module.exports = class AddEnvPlugin {
constructor (source, env, fileConditionRules, target) {
this.source = source
this.target = target
this.source = source
this.target = target
this.env = env
this.fileConditionRules = fileConditionRules


this.fileConditionRules = fileConditionRules



}

apply (resolver) {
Expand Down

0 comments on commit 40c3285

Please sign in to comment.