Skip to content

Commit

Permalink
fix: removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed May 27, 2019
1 parent f94e20b commit de56f24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli/core/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ class Compile extends Hook {
ctx.id = this.assets.add(ctx.file);

if (node.lang) {
let compilerOptions = this.options.compilers[node.lang] || [];

let hookKey = 'wepy-compiler-' + node.lang;

if (!this.hasHook(hookKey)) {
Expand Down

0 comments on commit de56f24

Please sign in to comment.