@teleporthq/teleport-component-generator-html
Advanced tools
Comparing version 0.32.0-alpha.0 to 0.32.0
@@ -36,3 +36,3 @@ "use strict"; | ||
return acc; | ||
}, {})); | ||
}, {}), plugins); | ||
}, | ||
@@ -42,3 +42,3 @@ }); | ||
generator.addPlugin((0, teleport_plugin_css_1.createCSSPlugin)({ | ||
templateChunkName: 'html-template', | ||
templateChunkName: 'html-chunk', | ||
declareDependency: 'import', | ||
@@ -49,5 +49,5 @@ forceScoping: true, | ||
})); | ||
plugins.forEach(function (plugin) { return generator.addPlugin(plugin); }); | ||
mappings.forEach(function (mapping) { return generator.addMapping(mapping); }); | ||
generator.addMapping(plain_html_mapping_1.PlainHTMLMapping); | ||
plugins.forEach(function (plugin) { return generator.addPlugin(plugin); }); | ||
generator.addPlugin(teleport_plugin_import_statements_html_1.default); | ||
@@ -54,0 +54,0 @@ postprocessors.forEach(function (postProcessor) { return generator.addPostProcessor(postProcessor); }); |
@@ -26,6 +26,6 @@ "use strict"; | ||
path: 'dangerous-html', | ||
version: '0.1.12', | ||
version: '0.1.13', | ||
meta: { | ||
importJustPath: true, | ||
importAlias: 'https://unpkg.com/dangerous-html@0.1.12/dist/default/lib.umd.js', | ||
importAlias: 'https://unpkg.com/dangerous-html/dist/default/lib.umd.js', | ||
}, | ||
@@ -32,0 +32,0 @@ }, |
@@ -29,3 +29,3 @@ import { createCSSPlugin } from '@teleporthq/teleport-plugin-css'; | ||
return acc; | ||
}, {})); | ||
}, {}), plugins); | ||
}, | ||
@@ -35,3 +35,3 @@ }); | ||
generator.addPlugin(createCSSPlugin({ | ||
templateChunkName: 'html-template', | ||
templateChunkName: 'html-chunk', | ||
declareDependency: 'import', | ||
@@ -42,5 +42,5 @@ forceScoping: true, | ||
})); | ||
plugins.forEach(function (plugin) { return generator.addPlugin(plugin); }); | ||
mappings.forEach(function (mapping) { return generator.addMapping(mapping); }); | ||
generator.addMapping(PlainHTMLMapping); | ||
plugins.forEach(function (plugin) { return generator.addPlugin(plugin); }); | ||
generator.addPlugin(importStatementsPlugin); | ||
@@ -47,0 +47,0 @@ postprocessors.forEach(function (postProcessor) { return generator.addPostProcessor(postProcessor); }); |
@@ -23,6 +23,6 @@ var __assign = (this && this.__assign) || function () { | ||
path: 'dangerous-html', | ||
version: '0.1.12', | ||
version: '0.1.13', | ||
meta: { | ||
importJustPath: true, | ||
importAlias: 'https://unpkg.com/dangerous-html@0.1.12/dist/default/lib.umd.js', | ||
importAlias: 'https://unpkg.com/dangerous-html/dist/default/lib.umd.js', | ||
}, | ||
@@ -29,0 +29,0 @@ }, |
{ | ||
"name": "@teleporthq/teleport-component-generator-html", | ||
"version": "0.32.0-alpha.0", | ||
"version": "0.32.0", | ||
"description": "Component generator customization, capable of creating plain html", | ||
@@ -27,11 +27,11 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-component-generator": "^0.32.0-alpha.0", | ||
"@teleporthq/teleport-plugin-css": "^0.32.0-alpha.0", | ||
"@teleporthq/teleport-plugin-html-base-component": "^0.32.0-alpha.0", | ||
"@teleporthq/teleport-plugin-import-statements-html": "^0.32.0-alpha.0", | ||
"@teleporthq/teleport-postprocessor-prettier-html": "^0.32.0-alpha.0", | ||
"@teleporthq/teleport-shared": "^0.32.0-alpha.0", | ||
"@teleporthq/teleport-types": "^0.32.0-alpha.0" | ||
"@teleporthq/teleport-component-generator": "^0.32.0", | ||
"@teleporthq/teleport-plugin-css": "^0.32.0", | ||
"@teleporthq/teleport-plugin-html-base-component": "^0.32.0", | ||
"@teleporthq/teleport-plugin-import-statements-html": "^0.32.0", | ||
"@teleporthq/teleport-postprocessor-prettier-html": "^0.32.0", | ||
"@teleporthq/teleport-shared": "^0.32.0", | ||
"@teleporthq/teleport-types": "^0.32.0" | ||
}, | ||
"gitHead": "de47527436cc4f1d00f241718fbdfdb86e616e3b" | ||
"gitHead": "08e6b6b0a6328cdbf86891871be39a377450a084" | ||
} |
@@ -46,3 +46,4 @@ import { createCSSPlugin } from '@teleporthq/teleport-plugin-css' | ||
return acc | ||
}, {}) | ||
}, {}), | ||
plugins | ||
) | ||
@@ -55,3 +56,3 @@ }, | ||
createCSSPlugin({ | ||
templateChunkName: 'html-template', | ||
templateChunkName: 'html-chunk', | ||
declareDependency: 'import', | ||
@@ -64,6 +65,6 @@ forceScoping: true, | ||
plugins.forEach((plugin) => generator.addPlugin(plugin)) | ||
mappings.forEach((mapping) => generator.addMapping(mapping)) | ||
generator.addMapping(PlainHTMLMapping) | ||
plugins.forEach((plugin) => generator.addPlugin(plugin)) | ||
generator.addPlugin(importStatementsPlugin) | ||
@@ -70,0 +71,0 @@ |
@@ -19,6 +19,6 @@ import { HTMLMapping } from '@teleporthq/teleport-uidl-resolver' | ||
path: 'dangerous-html', | ||
version: '0.1.12', | ||
version: '0.1.13', | ||
meta: { | ||
importJustPath: true, | ||
importAlias: 'https://unpkg.com/dangerous-html@0.1.12/dist/default/lib.umd.js', | ||
importAlias: 'https://unpkg.com/dangerous-html/dist/default/lib.umd.js', | ||
}, | ||
@@ -25,0 +25,0 @@ }, |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
84757
388