From 2db8320aaaa5dcb8b25aa2a0cae69330f16f185e Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 18 Jul 2017 14:17:57 -0500 Subject: [PATCH] fix(icon): declare publicPath --- packages/core/src/components/icon/icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/components/icon/icon.tsx b/packages/core/src/components/icon/icon.tsx index c5f81cf108..c9bdb4c09d 100644 --- a/packages/core/src/components/icon/icon.tsx +++ b/packages/core/src/components/icon/icon.tsx @@ -1,6 +1,6 @@ import { Component, h, Prop, State, VNodeData } from '@stencil/core'; -const publicPath = ''; +declare const publicPath: string; @Component({