Commit Graph

133 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
Joe Seifi c890854634 Fixed link to local scope
Update the link to css-loader local scope
2017-03-14 23:12:20 -05:00
Simon Legner 95ae661b1d Remove license link
To allow inclusion in https://webpack.js.org/ docs.
2017-03-14 23:12:20 -05:00
Joshua Wiens d4632364ec chore(readme): Update to webpack standard format 2017-03-14 23:12:19 -05:00
blainekasten e2e69562c9 Change Readme to use new Rule.use configuration
-A
2017-01-10 11:31:49 -06:00
Kees Kluskens 78de576f9b Add LICENSE file 2016-12-07 21:37:01 +01:00
Kees Kluskens aed8706637 Add issue templates 2016-11-18 11:34:37 +01:00
Kees Kluskens 102c74bb96 Merge pull request #151 from kennyjacob/patch-1
Update README.md
2016-11-17 16:37:13 +01:00
Kenny John Jacob 981814a100 Update README.md
* Change position of 'Install' section.
* Add --save-dev to install script
2016-11-17 21:00:53 +05:30
Tobias Koppers 6751466773 Merge pull request #150 from kevinzwhuang/add-loader-suffix
Add -loader suffix to reflect new loader syntax webpack 2 requirement
2016-11-16 19:51:42 +01:00
Kevin Huang f683bd3544
Add -loader suffix to reflect new loader syntax webpack 2 requirement 2016-11-16 10:46:05 -08:00
Oskar Eriksson 9dc45a6dee Replace window with self for better web worker support 2016-10-27 11:28:17 +02:00
Tobias Koppers 50af215f06 Merge pull request #120 from crucialfelix/patch-1
add a one-line description of what the style-loader actually does
2016-05-11 11:25:00 +02:00
Chris Sattinger 4f319d2bdf add a one-line description of what the style-loader actually does 2016-05-02 11:05:37 +02:00
Tobias Koppers bba5bdb192 0.13.1 2016-03-24 20:29:26 +01:00
Tobias Koppers 7df14acf10 Merge pull request #116 from zachlysobey/patch-1
Fix typo in README
2016-03-24 20:17:54 +01:00
Zach Lysobey 556ff322df Fix typo in README 2016-03-08 16:58:50 -05:00
Tobias Koppers cff991ea90 Merge pull request #97 from jonathanp/readme-fixes
Readme fixes
2016-02-05 09:34:36 +01:00
Tobias Koppers 030f2ca1af Merge pull request #86 from TaopaiC/patch
add query to style/useable
2016-02-05 09:31:21 +01:00
Tobias Koppers 9a0301e62c Merge pull request #101 from Metallium/master
drop unused vars
2016-02-05 09:30:49 +01:00
Nikita Khmourovitch 89d9a24828 drop unused vars 2016-01-16 17:09:31 +03:00
Jonathan Persson 8c4d210328 Replace "placeholders" with "local scope CSS" 2015-12-06 00:08:01 -05:00
Jonathan Persson 0f1ba49420 Update README.md 2015-12-06 00:01:04 -05:00
TaopaiC 33bbf92906 add query to style/useable 2015-11-06 21:00:21 +08:00
Tobias Koppers 6664a954d5 0.13.0 2015-10-19 20:56:25 +02:00
Tobias Koppers 4678852eed Merge branch 'elsbree-master' 2015-10-19 20:56:12 +02:00
Tobias Koppers 4a13ce9590 finalized insertAt=top 2015-10-19 20:54:35 +02:00
Tobias Koppers 8699f48b13 Merge branch 'master' of https://github.com/elsbree/style-loader into elsbree-master 2015-10-19 20:26:49 +02:00
Nick Elsbree b5bafcfdc8 Fixed ordering of stylesheets inserted with insertAt=top. 2015-10-15 16:57:52 -07:00
Tobias Koppers 3944f220aa Merge pull request #69 from elsbree/master
Add support for 'insertAt' parameter
2015-10-15 21:47:43 +02:00
Nick Elsbree a081f99e27 Set insertAt parameter to default only when it is undefined. 2015-10-15 12:41:19 -07: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 5ea5fc9936 Merge pull request #67 from krrg/patch-1
Replaced `#` with "number"
2015-09-01 08:54:13 +02:00
Tobias Koppers c9a35c204a Merge pull request #68 from gryzzly/patch-1
Update README: set publicPath for ?sourceMap to load assets
2015-09-01 08:53:55 +02:00
Nick Elsbree 02e4fb5181 Throw error when insertAt parameter is not 'top' or 'bottom'. 2015-07-27 10:21:53 -07:00
Nick Elsbree 99d8fe064c Changed spaces to tabs. 2015-07-07 17:14:50 -07:00
Nick Elsbree 2c4df9fb95 Updated readme to include documentation for insertAt parameter. 2015-07-07 12:14:22 -07:00
Nick Elsbree 5459dd63e5 #56: Added support for 'insertAt' option. 2015-07-07 12:06:56 -07:00
Misha Reyzlin 42060ee921 Update README: set publicPath for ?sourceMap to load assets
fixes #55
2015-06-30 22:25:43 +02:00
Ken Reese c782ecda34 Replaced `#` with "number" 2015-06-18 17:00:39 -06:00
Tobias Koppers 2823eb4a5e 0.12.3 2015-05-24 09:31:20 +02:00
Tobias Koppers 8ac90c15c6 Merge pull request #64 from SimenB/license
Use license in package.json
2015-05-23 23:46:51 +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 92219086f7 Merge pull request #60 from elektronik2k5/fix-btoa-fail-on-non-latin1-chars
Wrap sourceMap JSON in unescape and encodeURIComponent.
2015-05-06 14:43:24 +02:00
Nickolay Ribal a41bbdb83f Wrap sourceMap JSON in unescape and encodeURIComponent. 2015-05-05 21:36:23 +03:00