Commit Graph

39 Commits

Author SHA1 Message Date
Tobias Koppers 2148f556a4 Enable minimizing in production mode 2017-12-14 00:06:56 +01:00
Tobias Koppers 2201b860a5 Add mode option and choose defaults depending on mode
add optimization options
use development mode for watch/hot/config tests
use production mode for integration/stats tests
create output directory if not existing
move __esModule to runtime
fix dependency behavior for cases without usedExports
2017-11-24 08:17:17 +01:00
Tobias Koppers f55547ca6a Merge branch 'master' into next
# Conflicts:
#	lib/Compiler.js
2017-11-23 09:14:58 +01:00
EugeneHlushko f14c301dba Improvement: Ensure util.depracation use for deprecation warnings 2017-11-20 12:02:10 +02:00
Tobias Koppers 36544088b7 bugfix for changed API of options defaulter 2017-09-22 15:03:30 +02:00
Tobias Koppers 7387c50c3a change jsonp function to jsonp array push 2017-09-14 08:49:14 +02:00
Tobias Koppers 460e6b68e1 remove incorrect tests 2017-09-13 16:51:24 +02:00
Kyle Truong 4266ab86cd - Fix compiler test as discussed in PR 2017-07-07 09:11:15 -04:00
Kyle Truong 13bc80b1a4 - Put Watching as a property on Compiler rather than a static method 2017-07-07 09:11:15 -04:00
Kyle Truong 4378c92c60 - Add more tests 2017-07-07 09:11:15 -04:00
Kyle Truong bfd5ed9bfd - Fix linter issues 2017-07-07 09:11:15 -04:00
Kyle Truong f080ebe0ee - Add tests to Compiler and Watching 2017-07-07 09:11:15 -04:00
Tobias Koppers 890a507b08 optimize OccurenceOrderPlugin 2017-06-02 01:24:55 +02:00
Tobias Koppers 26f79f5b30 Merge branch 'master' into fix/node_modules_mangle 2017-04-11 08:40:15 +02:00
Tobias Koppers 951d066b51 fixup spacing 2017-02-28 18:26:49 +01:00
Tobias Koppers fb47ec670d fixup spacing 2017-02-28 18:25:41 +01:00
Tobias Koppers 918fd1d6ac fixup incorrect merge 2017-02-28 18:24:24 +01:00
Tobias Koppers 6763b3d7a8 Merge branch 'master' into refactor-test-Compiler 2017-02-28 18:23:24 +01:00
Tim Sebastian 842b6ccc0e remove trailing whitespace 2017-02-09 22:57:09 +11:00
Tobias Koppers fcb219d968 change output filesystem to be in memory and linux style 2017-02-09 12:28:26 +01:00
Tim Sebastian 8ccf068c59 fix linting issues of touched files 2017-02-02 22:56:41 +11:00
Tim Sebastian 3ba9ed99c0 fix existing tests that failed schema validaton 2017-02-02 22:36:15 +11:00
Tobias Koppers dca8e62b60 don't shorten node_modules to ~
it's confusing
2017-02-01 14:19:16 +01:00
Shubheksha Jalan b995cd55d3 refactor(ES6): Compiler.test.js 2017-01-18 13:33:37 +05:30
Alistair Brown 7a43c0ef25 Update missing should type check calls 2017-01-02 00:44:24 +00:00
Tobias Koppers bd10fca49a use webpack instead of Compiler in test 2016-12-21 23:39:39 +01:00
Tobias Koppers ea3b2303a8 fixes an error where errors are not cleared in cached module 2016-12-16 19:12:47 +01:00
Tobias Koppers f4ab7fc7e2 more performance improvements 2016-12-14 16:22:54 +01:00
Tobias Koppers 259c346062 fixed tests 2016-01-14 21:21:12 +01:00
Tobias Koppers 2245c4acca Promise based chunk loading API
don't flag entry module with `0` id anymore
use extra argument in chunk instead
this allows to require entry points
2015-06-13 11:45:28 +02:00
Tobias Koppers c92491ff30 better default for chunkFilename and tests 2015-05-16 16:10:25 +02:00
Tobias Koppers 9a2f74fd20 fixed tests 2015-03-05 22:36:26 +01:00
Corporateanon 65079e966c Compiler does not work with windows paths 2015-01-05 15:13:11 +02:00
Tobias Koppers 543543e4bf fixed test 2014-07-27 20:39:22 +02:00
Tobias Koppers 42c82f6b77 refactored ModuleTemplate to plugin interface 2014-06-03 08:45:26 +02:00
Tobias Koppers 0fea43b4cb rename generated require to __webpack_require__
fixes #141
fixes RubenVerborgh/N3.js#18
2014-03-03 14:56:17 +01:00
Tobias Koppers bc843d005c fixed even more of the tests 2013-10-16 08:57:37 +02:00
Tobias Koppers b264620be2 updated dependencies 2013-10-15 22:33:11 +02:00
Tobias Koppers ee01837d66 Refactored everything for 0.9 2013-01-30 18:49:25 +01:00