Commit Graph

42 Commits (43910f3356f573efcb908e3faa55d547f9be2e46)

Author SHA1 Message Date
Eugene Kulabuhov 43910f3356 test: unit tests for basic configurations
Extracted common config code to utils.js
Added travis config
Added mocha as devDep

Added yarn.lock. Travis CI installs yarn if the file is present.

Marked yarn.lock as binary to prevent conflict hell
Moved web pack back from peerDep to dep
Destructuring is not supported in Node v4.3, so replaced it

Node v4 requires "use strict" to allow block scoped let & const
Node v4: replaced "spread" operator with "apply"
2017-03-14 23:12:35 -05:00
Joshua Wiens 38a7be7f5b chore(release): style-loader v0.13.2 2017-03-14 23:12:20 -05:00
ryani33 295eb216c9 fix deprecated warning 2017-03-14 23:12:20 -05:00
Tobias Koppers bba5bdb192 0.13.1 2016-03-24 20:29:26 +01:00
Tobias Koppers 6664a954d5 0.13.0 2015-10-19 20:56:25 +02:00
Tobias Koppers 6d76315710 0.12.4 2015-09-16 22:22:49 +02:00
Tobias Koppers bdaa16475f Merge pull request #61 from danielberndt/patch-1
update loader-utils dependency to 0.2.7
2015-09-01 08:55:51 +02:00
Tobias Koppers 2823eb4a5e 0.12.3 2015-05-24 09:31:20 +02:00
Simen Bekkhus 169518bddf Use license in package.json 2015-05-19 22:42:24 +02:00
Daniel ced7ad0131 update loader-utils dependency to 0.2.7
since `stringifyRequest` was introduced in that version
2015-05-06 17:26:26 +02:00
Tobias Koppers dde52815a9 0.12.2 2015-05-06 14:44:24 +02:00
Tobias Koppers bd26e2c6ca 0.12.1 2015-04-27 18:29:08 +02:00
Tobias Koppers fb4ecc716d 0.12.0 2015-04-25 14:46:48 +02:00
Tobias Koppers 69cd9176e9 0.11.0 2015-04-21 23:40:36 +02:00
Tobias Koppers b963023e26 0.10.2 2015-04-14 23:51:58 +02:00
Tobias Koppers 9f565cb881 0.10.1 2015-04-09 23:47:04 +02:00
Tobias Koppers 8744511292 0.10.0 2015-04-09 23:09:42 +02:00
Tobias Koppers b8316d5c5d 0.9.0 2015-03-23 09:25:49 +01:00
Tobias Koppers 5e375d894f 0.8.3 2015-01-15 17:00:30 +01:00
Tobias Koppers 09a09e8010 0.8.2 2014-11-03 23:24:16 +01: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
Tobias Koppers d13b7c4dbb 0.8.1 2014-09-30 13:02:16 +02:00
Tobias Koppers 8ec1dc6ee6 0.8.0 2014-09-07 22:23:59 +02: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 fd51db8715 0.7.1 2014-08-27 14:22:45 +02:00
Tobias Koppers d7dd41d661 0.7.0 2014-08-14 11:12:56 +02:00
Tobias Koppers 175cc51852 0.6.5 2014-08-12 12:59:04 +02:00
Tobias Koppers d87159d93c 0.6.4 2014-05-31 12:44:02 +02:00
Tobias Koppers 7ed48cceda 0.6.3 2014-03-01 17:31:58 +01:00
Tobias Koppers 0beeeb7ca6 0.6.2 2014-01-27 11:42:11 +01:00
Tobias Koppers 50729899f8 0.6.1 2014-01-23 08:59:42 +01:00
Kyle Robinson Young 6a5d3f2c5b Include repository to avoid npm warning 2014-01-22 14:34:07 -08:00
Tobias Koppers 649ffa40e9 hot module replacement support 2013-06-20 15:28:26 +02:00
Tobias Koppers 0cb642b1ed added style/url to readme 2013-03-26 11:51:42 +01: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 9edbf18d2e removed useless stuff 2012-04-07 03:38:34 +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