Solves Tagged template literal size optimization (#7379)
* Tagged template literal size optimization solves #7352 * Incorporates review changes
This commit is contained in:
committed by
Justin Ridgewell
parent
7e90d56024
commit
dad05ed503
@@ -1,5 +1,5 @@
|
||||
var _taggedTemplateLiteral = require("@babel/runtime/helpers/taggedTemplateLiteral");
|
||||
|
||||
var _templateObject = /*#__PURE__*/ _taggedTemplateLiteral(["foo"], ["foo"]);
|
||||
var _templateObject = /*#__PURE__*/ _taggedTemplateLiteral(["foo"]);
|
||||
|
||||
tag(_templateObject);
|
||||
|
||||
Reference in New Issue
Block a user