Commit Graph

69 Commits

Author SHA1 Message Date
Tobias Koppers a7a41848c7 remove error for CommonJs/AMD in ESM
there are too many weird modules

detect harmony modules before parsing
exports is now undefined in ESM
module.exports is now read-only in ESM and returns undefined
define is now undefined in ESM
#3917
2017-01-15 01:44:26 +01:00
Shubheksha Jalan 8f2e0a59b6 refactor(ES6): upgrade AMDRequireDependenciesBlockParserPlugin to ES6 2017-01-10 20:22:19 +05:30
Tobias Koppers 28d3a1b83b improved PR, fixed some minor issues 2016-11-08 08:42:22 +01:00
Alexander Inozemtsev 16e7383202 Fix AMD require call with three arguments
fixes #2641
2016-11-08 08:42:13 +01:00
Tobias Koppers 8c8544abea Produce correct code and emit better error
when trying to use unsupported AMD construct

fixes #2360
2016-05-05 09:26:30 +02:00
Tobias Koppers dc068b4c89 fixes #2084 2016-02-22 18:47:16 +01:00
Kenny Tran eebc5ceaf6 Fix no-redeclare in code 2016-01-18 18:57:42 -08:00
Tobias Koppers f7d799adb4 rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
Avi Haiat 0a340f2b1a feat(app): Beautify all lib files 2015-07-13 01:20:09 +03:00
Tobias Koppers cebd3b9722 added linting 2015-04-23 23:55:50 +02:00
Tobias Koppers 61f1c4d37d allow to configure default RegExps for automatically created contexts
allow to configure when an automatically created context is critical
better warning message in critical dependencies warning

fixes #196
fixes #198
2014-03-11 16:08:22 +01: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 d1f466e745 local-module support for CJS and AMD require
fixes #153
2014-01-24 13:13:21 +01:00
Tobias Koppers 30f954067c track chunk origin 2014-01-23 15:31:40 +01:00
Tobias Koppers 63f40c0e76 support fancy array in AMD, support .replace and .split 2013-12-08 14:59:52 +01:00
Tobias Koppers f5e6c6b930 make AMD require work without fn expr 2013-11-27 23:04:14 +01:00
Tobias Koppers f3213f2d00 create context for more stuff 2013-02-20 20:40:40 +01:00
Tobias Koppers dc69f23de4 fixes #65 2013-02-13 14:42:34 +01:00
Tobias Koppers ee01837d66 Refactored everything for 0.9 2013-01-30 18:49:25 +01:00