Jan Nicklas
|
e3c7975d78
|
Remove webpack 2 tests for now
|
2016-02-16 18:33:13 +01:00 |
Jan Nicklas
|
c883a8663c
|
Move template.js into loader.js
|
2016-02-16 10:55:31 +01:00 |
Alexander Wesolowski
|
a5174be6f2
|
Fix Webpack2 compatibility. Closes #213.
|
2016-02-16 09:51:25 +01:00 |
Jan Nicklas
|
617abd6a4d
|
Update .travis.yml
|
2016-02-16 08:59:55 +01:00 |
Jan Nicklas
|
18b4c4c912
|
Test webpack 1 and 2
|
2016-02-16 08:50:16 +01:00 |
Jan Nicklas
|
7f81466c14
|
v2.8.2: Support relative urls on windows (#205)
|
2016-02-16 08:25:12 +01:00 |
Jan Nicklas
|
63e4ad6fc7
|
Support relative urls on windows (#205)
|
2016-02-16 08:05:15 +01:00 |
Jan Nicklas
|
453975ee0f
|
Improve sorting tests
|
2016-02-16 07:56:36 +01:00 |
Jan Nicklas
|
97cd17083a
|
Merge pull request #217 from jpetitcolas/patch-1
[RFR] Fix typo
|
2016-02-12 09:33:15 +01:00 |
Jonathan Petitcolas
|
07fb7560b6
|
Fix typo
|
2016-02-11 15:12:39 +01:00 |
Jan Nicklas
|
2ed44aad42
|
Merge pull request #214 from foglerek/master
Accomodated for change to Loader API in Webpack 2
|
2016-02-10 13:04:40 +01:00 |
Alexander Wesolowski
|
6818eedc2d
|
Accomodated for change to Loader API in Webpack 2
issue#213
|
2016-02-10 01:23:06 -08:00 |
Jan Nicklas
|
99a8d7e4fd
|
v2.8.1: Improve caching - fixes #204
|
2016-02-03 18:03:22 +01:00 |
Jan Nicklas
|
3f38901758
|
v2.8.0: Add chunk sort mode dependency
|
2016-02-03 18:00:27 +01:00 |
Jan Nicklas
|
5fb1eca651
|
Merge pull request #187 from SpaceK33z/add-jade-dep
Add jade dev dependency to fix tests
|
2016-01-28 00:23:36 +01:00 |
Jan Nicklas
|
0bdc43f478
|
Merge pull request #192 from ruehl/dependency-sort
Implemented new chunk sorting mode 'dependency'
|
2016-01-28 00:08:28 +01:00 |
Jan Nicklas
|
6f008c431c
|
Merge pull request #195 from Foxandxss/patch-1
Fix typo in readme
|
2016-01-27 10:19:56 +01:00 |
Jesús Rodríguez
|
ea9782d1b9
|
Fix typo in readme
|
2016-01-27 10:18:48 +01:00 |
Jan Nicklas
|
ac60b8e290
|
Update readme
|
2016-01-27 09:53:09 +01:00 |
Christian Ruehl
|
36c762a834
|
ChunkSorter now implements all different strategies for sorting chunks available through chunksSortMode parameter. HtmlPlugin rewritten to use extended ChunkSorter.
|
2016-01-26 20:28:02 +01:00 |
Christian Rühl
|
3fedf6ac33
|
Implemented new chunk sorting mode 'dependency', which attempts to order chunks based on their relation within the dependency tree as devised by Webpack.
Added unit test for new sorting mode.
Fixed a few typos in other unit tests...sorry, couldn't resist ;-)
|
2016-01-25 15:13:19 +01:00 |
Jan Nicklas
|
f8de79cce5
|
Merge pull request #188 from graingert/patch-1
Fix typos and grammar
|
2016-01-25 02:32:22 +01:00 |
Thomas Grainger
|
bee33c4081
|
Fix typos and grammar
|
2016-01-24 20:51:14 +00:00 |
Jan Nicklas
|
78c4e32bb0
|
Update README.md
|
2016-01-24 19:31:00 +01:00 |
Jan Nicklas
|
d49c2207c5
|
Fix migration guide link
|
2016-01-24 19:30:22 +01:00 |
Jan Nicklas
|
cd77e8a727
|
Add migration guide
|
2016-01-24 19:29:03 +01:00 |
Jan Nicklas
|
70df65d9e5
|
Add support for require in js templates
|
2016-01-24 19:07:09 +01:00 |
Kees Kluskens
|
01d7dd602d
|
Add jade dev dependency to fix tests
3 tests failed without this dependency.
|
2016-01-22 00:12:27 +01:00 |
Jan Nicklas
|
9e8259ae26
|
Merge 2.x into master
|
2016-01-20 17:12:01 +01:00 |
Jan Nicklas
|
08fb649710
|
Update batch link for windows tests
|
2016-01-20 17:04:27 +01:00 |
Jan Nicklas
|
8eb8c86be4
|
Fix relative windows path
|
2016-01-20 16:51:07 +01:00 |
Jan Nicklas
|
bf48112fa9
|
Use semistandard code style
|
2016-01-20 16:50:16 +01:00 |
Jan Nicklas
|
a35e5e3b84
|
Add appveyor file
|
2016-01-20 16:24:16 +01:00 |
Jan Nicklas
|
d5c4e08457
|
Minor refactoring because of #179
Release 2.6.5
|
2016-01-19 14:52:25 +01:00 |
Jan Nicklas
|
c4ee1738e7
|
Add some documentation for the hmr fix
|
2016-01-19 07:38:21 +01:00 |
Jan Nicklas
|
3da52a6001
|
Merge pull request #178 from sokra/windows
Windows support
|
2016-01-19 07:31:41 +01:00 |
Jan Nicklas
|
f74928b6e6
|
Merge pull request #179 from sokra/cache-in-child
Child compilation must use a separate cache object
|
2016-01-19 07:31:16 +01:00 |
Tobias Koppers
|
b42074844c
|
Use a separate cache for the child compilation.
Sharing the cache cause bad issues with wrong module ids.
|
2016-01-18 23:48:42 +01:00 |
Tobias Koppers
|
b286cea3d2
|
fixed windows issue (backslash is escape char)
|
2016-01-18 23:45:22 +01:00 |
Jan Nicklas
|
9e7cc462ba
|
Add example results and add them to the test suite
|
2016-01-18 14:48:39 +01:00 |
Jan Nicklas
|
e566dac40d
|
Fix context
|
2016-01-18 14:47:54 +01:00 |
Jan Nicklas
|
df2e4728ab
|
Fix default template name
|
2016-01-18 14:47:26 +01:00 |
Jan Nicklas
|
0450b45c40
|
Prevent parsing the base template with the html-loader
|
2016-01-18 11:57:13 +01:00 |
Jan Nicklas
|
26c87253ca
|
Release 2.6.2
|
2016-01-15 17:05:48 +01:00 |
Jan Nicklas
|
f108db0737
|
Merge pull request #173 from creeperyang/feature/loaders
Fix lodash as dependency #172
|
2016-01-15 15:31:45 +01:00 |
creeperyang
|
5ec7e2dc59
|
require and resolve lodash internal, fix #172
|
2016-01-15 21:38:52 +08:00 |
Jan Nicklas
|
64ff092c1f
|
Add app cache example
|
2016-01-15 11:05:51 +01:00 |
Jan Nicklas
|
954aa98339
|
Merge pull request #166 from SimenB/patch-2
Add syntax highlighting to event example
|
2016-01-12 19:05:55 +01:00 |
Simen Bekkhus
|
aadf384a62
|
Add syntax highlighting to event example
|
2016-01-12 10:25:19 +01:00 |
Jan Nicklas
|
ad02508db1
|
Merge pull request #165 from SimenB/patch-2
Include the whole lib-directory
|
2016-01-12 10:22:41 +01:00 |