@stencil/react-output-target
Advanced tools
Comparing version 0.0.1-dev.11722291371.147e648d to 0.0.1-dev.11722449484.1f28897a
@@ -214,3 +214,3 @@ import { Project as S, VariableDeclarationKind as O } from "ts-morph"; | ||
); | ||
if (a.externalRuntime) | ||
if (a.externalRuntime !== !1) | ||
throw new Error( | ||
@@ -217,0 +217,0 @@ `The '${h}' requires the '${C}' output target to have 'externalRuntime: false' set in its configuration.` |
{ | ||
"name": "@stencil/react-output-target", | ||
"version": "0.0.1-dev.11722291371.147e648d", | ||
"version": "0.0.1-dev.11722449484.1f28897a", | ||
"description": "React output target for @stencil/core components.", | ||
@@ -51,3 +51,3 @@ "main": "./dist/react-output-target.js", | ||
}, | ||
"gitHead": "47e648d9d08ba8c7d5bd9b77af78b7b44ee4f009", | ||
"gitHead": "f28897a4e0cc46d4d30633574861e1fdaa4e4deb", | ||
"dependencies": { | ||
@@ -54,0 +54,0 @@ "@lit/react": "^1.0.4", |
Sorry, the diff of this file is not supported yet
123713