Skip to content

Commit

Permalink
fix: minor guard (#863)
Browse files Browse the repository at this point in the history
* fix: minor guard

* fix: babeltypes

* fix: unneded pkg
  • Loading branch information
diervo committed Nov 29, 2018
1 parent b4fad21 commit f439c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lwc/template-compiler/src/codegen/codegen.ts
@@ -1,4 +1,4 @@
import * as babylon from 'babylon';
import * as babylon from '@babel/parser';
import * as t from '@babel/types';
import * as esutils from 'esutils';
import toCamelCase from 'camelcase';
Expand Down

0 comments on commit f439c16

Please sign in to comment.