style-loader
Advanced tools
Comparing version 0.20.3 to 0.21.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.21.0"></a> | ||
# [0.21.0](https://github.com/webpack-contrib/style-loader/compare/v0.20.3...v0.21.0) (2018-04-18) | ||
### Features | ||
* enable tag type configuration ([#316](https://github.com/webpack-contrib/style-loader/issues/316)) ([892cba5](https://github.com/webpack-contrib/style-loader/commit/892cba5)) | ||
<a name="0.20.3"></a> | ||
@@ -7,0 +17,0 @@ ## [0.20.3](https://github.com/webpack-contrib/style-loader/compare/v0.20.2...v0.20.3) (2018-03-09) |
@@ -204,3 +204,5 @@ /* | ||
options.attrs.type = "text/css"; | ||
if(options.attrs.type === undefined) { | ||
options.attrs.type = "text/css"; | ||
} | ||
@@ -216,3 +218,5 @@ addAttrs(style, options.attrs); | ||
options.attrs.type = "text/css"; | ||
if(options.attrs.type === undefined) { | ||
options.attrs.type = "text/css"; | ||
} | ||
options.attrs.rel = "stylesheet"; | ||
@@ -219,0 +223,0 @@ |
{ | ||
"name": "style-loader", | ||
"version": "0.20.3", | ||
"version": "0.21.0", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -24,5 +24,7 @@ "description": "style loader module for webpack", | ||
"file-loader": "^1.0.0", | ||
"istanbul": "^0.4.5", | ||
"jsdom": "^9.0.0", | ||
"memory-fs": "^0.4.0", | ||
"mocha": "^4.0.0", | ||
"nsp": "^3.2.1", | ||
"sinon": "^4.0.0", | ||
@@ -34,4 +36,7 @@ "standard-version": "^4.0.0", | ||
"test": "mocha", | ||
"travis:test": "npm t", | ||
"release": "standard-version" | ||
"test:coverage": "istanbul cover node_modules/mocha/bin/_mocha", | ||
"ci:test": "npm run test", | ||
"ci:coverage": "npm run test:coverage", | ||
"release": "standard-version", | ||
"security": "nsp check" | ||
}, | ||
@@ -38,0 +43,0 @@ "repository": "https://github.com/webpack-contrib/style-loader.git", |
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
42994
626
10