Tobias Koppers
|
1ad7e7c0be
|
fixes #2618
This increases bundle size for non-es6-modules users.
But decreases size of es6-modules users.
We should fix this later.
|
2016-06-08 00:22:43 +02:00 |
Tobias Koppers
|
a90b968302
|
semi-colon, spacing
|
2016-06-04 19:08:34 +02:00 |
Tobias Koppers
|
1f66b3acf0
|
allow module.hot.accept without callback (harmony)
|
2016-06-04 17:31:03 +02:00 |
Tobias Koppers
|
92c4a3188c
|
insert import before export
|
2016-02-22 15:55:31 +01:00 |
Tobias Koppers
|
366ee00fc4
|
fixed reference
|
2016-02-17 14:50:44 +01:00 |
Tobias Koppers
|
9f1564d261
|
fixed some hashing issues with export renaming
|
2016-02-17 13:15:58 +01:00 |
Tobias Koppers
|
987d718c9c
|
fixed #1833
|
2016-01-06 23:50:12 +01:00 |
Tobias Koppers
|
a1ed89ecfa
|
use commonjs compatibility similar to babel
#1788
|
2015-12-23 00:08:06 +01:00 |
Tobias Koppers
|
cabe7866fa
|
HMR with harmony modules
|
2015-11-01 23:27:53 +01:00 |
Tobias Koppers
|
03ecbd50f8
|
allow to use "old" modules from harmony modules
|
2015-10-31 15:28:13 +01:00 |
Tobias Koppers
|
91621a7c4b
|
hoist exports, more efficent for immutable declarations
|
2015-10-31 14:43:44 +01:00 |
Tobias Koppers
|
6307ed72ac
|
Added experimental usage tracking of ES6 modules and example
|
2015-10-21 21:05:01 +02:00 |
Tobias Koppers
|
21e370cad0
|
added missing constructor properties
|
2015-10-18 10:44:51 +02:00 |
Tobias Koppers
|
cf30eeeb0f
|
Merge branch 'master' into webpack-2
Conflicts:
lib/ChunkTemplate.js
lib/Compilation.js
lib/HotModuleReplacement.runtime.js
test/TestCases.test.js
test/statsCases/chunks/expected.txt
test/statsCases/simple-more-info/expected.txt
test/statsCases/simple/expected.txt
|
2015-07-01 00:44:17 +02:00 |
Tobias Koppers
|
f4b9d5f57a
|
Merge branch 'master' into webpack-2
Conflicts:
lib/Compilation.js
lib/Compiler.js
lib/DefinePlugin.js
lib/HotModuleReplacementPlugin.js
lib/Parser.js
lib/node/NodeSourcePlugin.js
lib/node/OldNodeWatchFileSystem.js
package.json
|
2015-04-27 20:22:13 +02:00 |
Tobias Koppers
|
5f77afe5f4
|
ES6 parser, ES6 modules
|
2015-01-12 17:45:30 +01:00 |