Commit Graph

1836 Commits

Author SHA1 Message Date
Johannes Lumpe b1078b8f83 Check es6 default export against `null`, swapped `null` check in `processConfiguredOptions` 2016-03-01 12:44:30 +02:00
Johannes Lumpe acccd86256 Fixed linting issue 2016-02-29 11:07:14 +02:00
Johannes Lumpe 894be00b2f Update convert-argv.js
Removed old code
2016-02-29 10:25:21 +02:00
Johannes Lumpe fe71cde0d9 Update convert-argv.js
Allow usage of ES6 default exported function for config
2016-02-29 10:23:44 +02:00
Tobias Koppers c5cc1d25a2 2.1.0-beta.4 2016-02-24 23:58:30 +01:00
Tobias Koppers 2d7a7adade use index instead of debugId
fixed chunk propagation
2016-02-24 23:57:42 +01:00
Tobias Koppers a867825774 new algorithm for removing modules from parent chunks
#1905
2016-02-24 23:23:34 +01:00
Tobias Koppers 13f8b690f0 2.1.0-beta.3 2016-02-22 23:06:40 +01:00
Tobias Koppers 3dca892f9a added another function test 2016-02-22 21:11:51 +01:00
Tobias Koppers 15e8d5f752 Merge pull request #2075 from loganfsmyth/default-eval-sourcemappingurl
Use //# as the default sourceMappingURL format for eval-source-map
2016-02-22 19:49:38 +01:00
Tobias Koppers 46cb53a171 added another test case for #2084 2016-02-22 19:39:33 +01:00
Tobias Koppers dc068b4c89 fixes #2084 2016-02-22 18:47:16 +01:00
Tobias Koppers ca0702b993 free var injection should go before export and import 2016-02-22 17:13:28 +01:00
Tobias Koppers 92c4a3188c insert import before export 2016-02-22 15:55:31 +01:00
Tobias Koppers c886dea3d1 typo 2016-02-22 15:40:01 +01:00
Tobias Koppers 1f6cc090b1 fixed duplicate export 2016-02-22 15:39:32 +01:00
Tobias Koppers 69d0d2e4cf 2.1.0-beta.2 2016-02-22 15:31:44 +01:00
Tobias Koppers 65e801487c fixed a bug where called imported were not parsed 2016-02-22 15:18:13 +01:00
Tobias Koppers fd1e68f582 2.1.0-beta.1 2016-02-22 13:29:41 +01:00
Tobias Koppers 19089c3af3 fixed an error with unused reexport 2016-02-22 13:24:14 +01:00
Tobias Koppers 52822286a3 2.1.0-beta.0 2016-02-22 09:44:52 +01:00
Tobias Koppers 4ee51d5a16 added an extra harmony test 2016-02-22 09:44:47 +01:00
Logan Smyth f0634395be Use //# as the default sourceMappingURL format for eval-source-map 2016-02-19 11:33:45 -08: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 88e7963226 don't test on node 4, because CI is sometimes broken... 2016-02-16 22:35:00 +01:00
Tobias Koppers 323c7786fc Merge pull request #2022 from avindra/patch-1
Drop io.js from travis
2016-02-16 22:34:02 +01:00
Tobias Koppers a3d768e708 optimized harmony reexport
fixed #2050
2016-02-16 22:31:12 +01:00
Tobias Koppers 2b94afad33 check for not available module 2016-02-16 16:56:03 +01:00
Tobias Koppers cffe3b2a1d update acorn version #2041 2016-02-14 09:47:32 +01:00
Tobias Koppers 902220a0ea smaller bundles by using module.e instead of module.exports
same for module.loaded and module.id
2016-02-13 13:11:34 +01:00
Tobias Koppers 4f74648d56 also try to parse the module as script
this should allow with() in a weird module
2016-02-13 10:53:31 +01:00
Tobias Koppers 8ca07fdf59 updated harmony examples 2016-02-13 10:15:32 +01:00
Tobias Koppers d71d58a355 shorter binding 2016-02-13 10:13:39 +01:00
Tobias Koppers 1cf2cb5fef fixed and test edge cases with this scope in harmony imports 2016-02-13 10:00:47 +01:00
Tobias Koppers 84eb9a2741 fixed this scope in harmony imports 2016-02-13 09:33:30 +01:00
Tobias Koppers 417fdea9b6 fixed incorrect plugin type 2016-02-10 14:52:00 +01:00
Tobias Koppers ce20a11a66 only warn if really watching 2016-02-09 23:32:04 +01:00
Tobias Koppers b93aacbecf DedupePlugin cannot be cached 2016-02-09 22:34:10 +01:00
Avindra Goolcharan 62382e2b17 Drop io.js from travis
Io.js has been merged back into node, and some tests are failing on iojs-2
2016-02-09 16:32:06 -05:00
Tobias Koppers 3939bc40e5 track fs accurency and ajust mtimes of files upwards
#2003
2016-02-09 20:49:36 +01:00
Tobias Koppers d5a24ced67 fixed #2006 2016-02-09 19:32:50 +01:00
Tobias Koppers 5189d9a321 fixed #2019 2016-02-09 14:27:21 +01:00
Tobias Koppers f7f4fcc9d0 Merge pull request #2016 from alexFaunt/master
fix numberToIdentifer so it cant output duplicates
2016-02-08 18:01:00 +01:00
Alexander Faunt 81ad5fd6a6 fix numberToIdentifer so it cant output duplicates 2016-02-08 14:59:09 +00:00
Tobias Koppers c501b5d5af fixed #2011 2016-02-08 09:54:13 +01:00
hh9527 1021faf13c Fix #1983 : Object properties can be mangle now.
Use the following config:

```js
{
  plugins: [
    new webpack.optimize.UglifyJsPlugin({
        mangle: {
          props: {
            regex: /_$/
          },
        },
      }),
  ]
}
```
2016-02-08 09:52:10 +01:00
Tobias Koppers 6431038f99 added line break 2016-02-04 14:55:00 +01:00
Tobias Koppers ee5421437a Merge pull request #1991 from defunctzombie/patch-1
README.md: add badge count badge
2016-02-04 14:53:36 +01:00
Tobias Koppers e5b1e68441 Merge pull request #1978 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2016-02-04 14:50:50 +01:00