Skip to content

Commit

Permalink
Issue #386 [Enhancement][WIP] Revert a patch to work around issues in…
Browse files Browse the repository at this point in the history
… target-configurator 0.1.0
  • Loading branch information
t2ym committed Sep 9, 2020
1 parent 4f3aa06 commit ea3d4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TargetConfig extends Configurable(GulpDefaultRegistry, 'thin-hook') {
});
Object.assign(this, { // dependent on this.path
'thin-hook': {
hook: require('../hook.js'/*path.resolve(this.path.hook, 'hook.js')*/),
hook: require(path.resolve(this.path.hook, 'hook.js')),
},
url: {
[TargetConfig.needResolution]: true,
Expand Down

0 comments on commit ea3d4fa

Please sign in to comment.