@teleporthq/teleport-plugin-css
Advanced tools
Comparing version
@@ -253,2 +253,3 @@ "use strict"; | ||
cssFileName = teleport_shared_1.UIDLUtils.getStyleFileName(uidl); | ||
cssFileName = cssFileName.split('/').pop(); | ||
if (declareDependency === 'decorator' && componentDecoratorChunk) { | ||
@@ -255,0 +256,0 @@ decoratorAST = componentDecoratorChunk.content; |
@@ -226,2 +226,3 @@ var __assign = (this && this.__assign) || function () { | ||
cssFileName = UIDLUtils.getStyleFileName(uidl); | ||
cssFileName = cssFileName.split('/').pop(); | ||
if (declareDependency === 'decorator' && componentDecoratorChunk) { | ||
@@ -228,0 +229,0 @@ decoratorAST = componentDecoratorChunk.content; |
{ | ||
"name": "@teleporthq/teleport-plugin-css", | ||
"version": "0.23.0", | ||
"version": "0.23.5", | ||
"description": "A plugin for creating the styles into external css files", | ||
@@ -28,7 +28,7 @@ "author": "teleportHQ", | ||
"@babel/types": "^7.5.5", | ||
"@teleporthq/teleport-plugin-common": "^0.23.0", | ||
"@teleporthq/teleport-shared": "^0.23.0", | ||
"@teleporthq/teleport-plugin-common": "^0.23.5", | ||
"@teleporthq/teleport-shared": "^0.23.5", | ||
"@teleporthq/teleport-types": "^0.23.0" | ||
}, | ||
"gitHead": "8d528aa48896a0163a42ebadd7df3fe6e5f47d41" | ||
"gitHead": "fd2283a3c4fd514554c9b29b6a995f58fe36b689" | ||
} |
@@ -324,3 +324,4 @@ import { StringUtils, UIDLUtils } from '@teleporthq/teleport-shared' | ||
*/ | ||
const cssFileName = UIDLUtils.getStyleFileName(uidl) | ||
let cssFileName = UIDLUtils.getStyleFileName(uidl) | ||
cssFileName = cssFileName.split('/').pop() | ||
@@ -327,0 +328,0 @@ if (declareDependency === 'decorator' && componentDecoratorChunk) { |
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
152638
0.2%1777
0.17%