webpack-isomorphic-tools
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -406,3 +406,3 @@ 'use strict'; | ||
if (_helpers.starts_with(content, '\'use strict\'') || _helpers.starts_with(content, '"use strict"')) { | ||
preamble = '"use strict";'; | ||
preamble = '"use strict";' + preamble; | ||
} | ||
@@ -409,0 +409,0 @@ } |
{ | ||
"name": "webpack-isomorphic-tools", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Transforms CSS-alike text into a React style JSON object", | ||
@@ -5,0 +5,0 @@ "main": "babel-transpiled-modules/index.js", |
@@ -426,3 +426,3 @@ import path from 'path' | ||
{ | ||
preamble = `"use strict";` | ||
preamble = `"use strict";` + preamble | ||
} | ||
@@ -429,0 +429,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
295869