@teleporthq/teleport-component-generator-html
Advanced tools
Comparing version 0.19.18 to 0.19.19
@@ -19,4 +19,4 @@ "use strict"; | ||
var _b = _a === void 0 ? {} : _a, _c = _b.mappings, mappings = _c === void 0 ? [] : _c, _d = _b.plugins, plugins = _d === void 0 ? [] : _d, _e = _b.postprocessors, postprocessors = _e === void 0 ? [] : _e; | ||
var generator = teleport_component_generator_1.createComponentGenerator(); | ||
var _f = teleport_plugin_html_base_component_1.createHTMLBasePlugin(), htmlComponentPlugin = _f.htmlComponentPlugin, addExternals = _f.addExternals; | ||
var generator = (0, teleport_component_generator_1.createComponentGenerator)(); | ||
var _f = (0, teleport_plugin_html_base_component_1.createHTMLBasePlugin)(), htmlComponentPlugin = _f.htmlComponentPlugin, addExternals = _f.addExternals; | ||
var resolver = new teleport_uidl_resolver_1.Resolver(); | ||
@@ -36,3 +36,3 @@ resolver.addMapping(plain_html_mapping_1.PlainHTMLMapping); | ||
generator.addPlugin(htmlComponentPlugin); | ||
generator.addPlugin(teleport_plugin_css_1.createCSSPlugin({ | ||
generator.addPlugin((0, teleport_plugin_css_1.createCSSPlugin)({ | ||
templateChunkName: 'html-template', | ||
@@ -39,0 +39,0 @@ declareDependency: 'import', |
{ | ||
"name": "@teleporthq/teleport-component-generator-html", | ||
"version": "0.19.18", | ||
"version": "0.19.19", | ||
"description": "Component generator customization, capable of creating plain html", | ||
@@ -27,11 +27,11 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-component-generator": "^0.19.17", | ||
"@teleporthq/teleport-plugin-css": "^0.19.18", | ||
"@teleporthq/teleport-plugin-html-base-component": "^0.19.18", | ||
"@teleporthq/teleport-plugin-import-statements-html": "^0.19.18", | ||
"@teleporthq/teleport-postprocessor-prettier-html": "^0.19.17", | ||
"@teleporthq/teleport-shared": "^0.19.17", | ||
"@teleporthq/teleport-types": "^0.19.17" | ||
"@teleporthq/teleport-component-generator": "^0.19.19", | ||
"@teleporthq/teleport-plugin-css": "^0.19.19", | ||
"@teleporthq/teleport-plugin-html-base-component": "^0.19.19", | ||
"@teleporthq/teleport-plugin-import-statements-html": "^0.19.19", | ||
"@teleporthq/teleport-postprocessor-prettier-html": "^0.19.19", | ||
"@teleporthq/teleport-shared": "^0.19.19", | ||
"@teleporthq/teleport-types": "^0.19.19" | ||
}, | ||
"gitHead": "f286e365fd8a9936f89952ee6f84e33b192c3dc7" | ||
"gitHead": "154a51920ecfcdec93d08b9db2911a2969b61d5c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
58794