Commit Graph

24 Commits (master)

Author SHA1 Message Date
terence chow 696bcbe133 merge 0.16.1 style loader into simple-universal-style-loader 2017-03-29 22:08:42 +01:00
ryani33 295eb216c9 fix deprecated warning 2017-03-14 23:12:20 -05:00
Istvan Jano b8edfa7f17 Some refactor: added getStyle and separated server code 2016-07-26 09:49:11 +01:00
Istvan Jano 2739151569 Fix missing block close '}' 2016-07-24 17:39:27 +01:00
Istvan Jano 7ead6e8496 Implement ability to be used on server side - For universal apps 2016-07-24 17:20:42 +01:00
Tobias Koppers 3bdb2ddbb4 renamed placeholders to locals
support locals in the useable API
2015-04-25 14:46:32 +02:00
Tobias Koppers 379cd1b9e8 reexport placeholders from css 2015-04-21 23:35:55 +02:00
Tobias Koppers b9fdff56e8 use stringifyRequest 2015-04-09 23:46:55 +02:00
Tobias Koppers 5e4fe6ef2a fixes #35 2014-12-27 20:32:33 +01:00
Jason Anderson 7f88d2d0b2 Allow undefined option 2014-10-21 11:47:15 +02:00
Jason Anderson b1a5566cfa Add option to re-use single <style> element
This adds the ability for the style-loader to re-use a single <style>
element reference when adding/removing styles from the page. This is
particularly important when you want to use style-loader with a browser
like IE9, which enforces a hard-limit on the # of style tags allowed on
the page at any given point.

This is added as a new option `singleton`, and is automatically turned
on if the browser is determined to be IE9.
2014-10-20 18:22:46 +02:00
Tim Griesser cc54363441 Fix #19 2014-09-29 17:22:41 -04:00
Tobias Koppers 289e62f0c1 support an array of items with id
This ensures that items with the same id are only added once.
i. e. multiple css file and `@import` the same base css file and it's only added once to the DOM.

webpack/css-loader#17
2014-09-07 22:23:54 +02:00
Tobias Koppers e3f5bbe43e fixed hot handling
it now bubbles when the css failed
fixes #11
fixes #12
fixes #13
2014-08-14 11:12:19 +02:00
Anson Yu Wang ac02038add enable hot replace in url.js 2014-08-12 18:31:46 +08:00
Tobias Koppers 876d60dcce removed old stuff 2014-01-27 11:42:07 +01:00
Tobias Koppers 649ffa40e9 hot module replacement support 2013-06-20 15:28:26 +02:00
Tobias Koppers d9deb2c3e5 removed <fail> code 2013-03-26 00:46:42 +01:00
Tobias Koppers 9e78d3dd80 webpack 0.9 2013-01-28 15:06:19 +01:00
Tobias Koppers 72062e0238 bug fix 2012-09-26 13:38:57 +02:00
Tobias Koppers def30554cd webpack 0.7 2012-09-26 13:26:44 +02:00
Tobias Koppers 85b7446556 cacheable 2012-05-21 00:07:19 +02:00
Tobias Koppers 76e84c2a86 faster in node.js environment 2012-04-07 03:15:47 +02:00
Tobias Koppers a73b1e68bc Initial commit 2012-04-07 03:06:57 +02:00