Commit Graph

6 Commits

Author SHA1 Message Date
Tobias Koppers cf5f1d723c format existing code 2018-07-30 21:29:21 +02:00
Jeremias Menichelli 1914f83634 chore: prettify files 2018-03-28 15:08:00 +02:00
Jeremias Menichelli 2b7ab5d41f fix: better no mode warning message 2018-03-28 15:05:15 +02:00
Tobias Koppers 5238159d21 run prettier on existing code 2018-02-25 02:00:20 +01:00
John Reilly 1b2660bcd1
Fix typo in NoModeWarning.js
So hours later I'm no closer to figuring out why ts-loader is hanging with webpack 4 alpha 4 post `after-compile`. 😭

But I found a typo!  Small victories 😄
2018-01-14 20:56:57 +00: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