Tobias Koppers
4c86af40b2
fixed bug when --define is not set
2015-11-20 19:57:47 +01:00
Tobias Koppers
544079725e
Merge pull request #1651 from leftstick/master
...
add electron to both electron and electron-renderer target
2015-11-20 17:26:43 +01:00
Tobias Koppers
b296e5a08c
use options object for NodeTemplatePlugin
2015-11-20 08:38:15 +01:00
Tobias Koppers
37e9515cc4
remove deprecated stuff
2015-11-20 08:37:56 +01:00
Tobias Koppers
96d3b1398e
set NODE_ENV production on -p not on -d
2015-11-20 08:31:45 +01:00
Howard.Zuo
962e3902c8
add electron to both electron and electron-renderer target
2015-11-20 11:12:03 +08:00
Tobias Koppers
67656b90e2
split uglify-js from loader minimize, better shortcut defaults
2015-11-16 23:11:15 +01:00
Tobias Koppers
058f0e8774
comments for the CLI
2015-11-16 22:53:15 +01:00
Tobias Koppers
bd562b4c94
support `webpackfile.js`
2015-11-16 22:16:47 +01:00
Tobias Koppers
e0a6aef63a
`-p` sets NODE_ENV to production
2015-11-16 22:16:32 +01:00
Tobias Koppers
cd251b1605
Merge pull request #1630 from mrahhal/patch-1
...
Remove duplicate sentence in README.md
2015-11-16 16:47:05 +01:00
Mohammad Rahhal
1146b3546a
Remove duplicate sentence in README.md
2015-11-15 17:56:04 +02:00
Tobias Koppers
20e0f785bc
Merge pull request #1467 from chentsulin/patch-1
...
`electron-main` and `electron-renderer` targets
2015-11-15 00:39:15 +01:00
Tobias Koppers
ede0166a75
fixes #1600
2015-11-14 22:41:06 +01:00
Tobias Koppers
ff16bf4561
Merge branch 'webpack-1'
...
Conflicts:
bin/config-optimist.js
bin/convert-argv.js
package.json
test/browsertest/library2config.coffee
2015-11-14 16:32:54 +01:00
Tobias Koppers
a3837b779a
Merge pull request #1605 from alexkuz/patch-1
...
Configurable stats colors
2015-11-14 15:42:31 +01:00
Tobias Koppers
bb2c3558c0
Support returning Promise and ES6 default export from configuration
2015-11-14 15:34:45 +01:00
Kuzya
46ebe3dbbd
added test cases for colored output
2015-11-14 16:08:04 +03:00
Tobias Koppers
32004fb149
Merge branch 'dncrews-master' into webpack-1
2015-11-14 11:03:04 +01:00
Tobias Koppers
917229aa37
safer publish-patch
2015-11-14 09:32:46 +01:00
Tobias Koppers
7c3e68e8df
1.12.6
2015-11-14 09:29:52 +01:00
Kuzya
33356f65ba
fix code styling to pass tests
2015-11-14 01:05:20 +03:00
Tobias Koppers
3266bbcd16
1.12.5
2015-11-13 22:25:36 +01:00
Tobias Koppers
3201dc333d
Merge branch 'webpack-1'
...
Conflicts:
lib/NormalModuleFactory.js
package.json
2015-11-13 21:58:38 +01:00
Tobias Koppers
6b60662068
performance improvement
2015-11-13 21:55:41 +01:00
Tobias Koppers
235c58c704
Merge pull request #1618 from amplii/npm-install-in-example-readme
...
added explicit step to run npm install when building an example
2015-11-12 18:33:43 +01:00
Tobias Koppers
c1b097e0cf
Merge pull request #1619 from IngwiePhoenix/patch-1
...
Run away from buggy UglifyJS 2.5.0
2015-11-12 18:33:14 +01:00
Ingwie Phoenix
76f4f0b663
Run away from buggy UglifyJS 2.5.0
...
Related issue: https://github.com/mishoo/UglifyJS2/issues/861
2015-11-12 13:05:37 +01:00
Thomas Shafer
8e9501c510
added explicit step to run npm install when building an example
2015-11-11 10:53:41 -08:00
Tobias Koppers
530f669e13
1.12.4
2015-11-10 21:29:12 +01:00
Tobias Koppers
8d10b228a0
force relative path for "module" require
...
fixes #1596
2015-11-10 21:26:47 +01:00
Alexander Kuznetsov
dcb0cf7af3
Configurable stats colors
...
Default colors may not look good with some terminal color settings, so this patch allows to setup stats colors explicitly:
```
var config = {
stats: {
colors: {
yellow: '\u001b[33m',
green: '\u001b[32m'
}
}
}
```
`colors: true` will use default colors.
2015-11-09 13:33:32 +03:00
Tobias Koppers
eb4caf3bf9
Merge pull request #1598 from elliottsj/patch-1
...
Fix broken link to GWT code splitting article
2015-11-07 21:29:46 +01:00
Tobias Koppers
0f2f71492f
Merge pull request #1523 from jhen0409/patch-1
...
Fix module of electron target: web-view -> web-frame
2015-11-07 21:28:50 +01:00
Spencer Elliott
7e5eef9bf1
Fix broken link to GWT code splitting article
2015-11-07 11:24:14 -05:00
Tobias Koppers
bd0a3a05c4
Merge pull request #1587 from frankenbot/master
...
Update redirects
2015-11-06 16:03:10 +01:00
Tobias Koppers
72e8dd0147
Merge pull request #861 from webpack/webpack-2
...
Webpack 2
2015-11-06 01:12:38 +01:00
Tobias Koppers
f3d65ef1b5
1.12.3
2015-11-06 01:10:15 +01:00
frankenbot
6f8580a2f6
Fix nodei-image in readme
2015-11-05 15:32:11 -08:00
Dan Crews
dc4db086c7
Removing two aliases that were already used
2015-11-04 11:35:29 -07:00
frankenbot
94b72997e5
Update redirects
2015-11-04 07:52:50 -08:00
Tobias Koppers
662c5abd1f
Merge pull request #1337 from shivawu/fix-abs-path
...
Fix the absolute path used in NodeStuffPlugin
2015-11-03 19:26:21 +01:00
Tobias Koppers
7c1a94f164
Merge pull request #1580 from elliottsj/web-worker-hmr
...
Allow hot module replacement in "webworker" targets
2015-11-03 06:59:40 +01:00
Spencer Elliott
70f01242f1
Use an EventEmitter instead of `window.addEventListener`
2015-11-02 22:42:26 -05:00
Spencer Elliott
c6ccf9d3a0
Add web worker HMR support
2015-11-02 22:39:24 -05:00
Tobias Koppers
b2ba75b4c4
2.0.0-beta
2015-11-01 23:46:47 +01:00
Tobias Koppers
cabe7866fa
HMR with harmony modules
2015-11-01 23:27:53 +01:00
Tobias Koppers
c94f4df3b4
beautify
2015-11-01 18:25:42 +01:00
Tobias Koppers
80ab89070f
Merge branch 'master' into webpack-2
2015-11-01 16:28:19 +01:00
Tobias Koppers
ac9d6f3af4
add more HMR test cases
2015-11-01 16:26:52 +01:00