Tobias Koppers
|
6323b173de
|
Merge pull request #7338 from webpack/feature/update-new-ts-dependencies
chore(deps): update to latest typescript nightly
|
2018-05-18 15:29:47 +02:00 |
Tobias Koppers
|
268e2cb215
|
Merge pull request #7336 from styfle/patch-1
Add badges to display install size
|
2018-05-18 15:19:04 +02:00 |
Sean Larkin
|
3406367f6c
|
chore(deps): update to latest typescript nightly
|
2018-05-18 00:01:31 -07:00 |
Steven
|
d30aef920d
|
Add badges to display install size
|
2018-05-17 20:52:50 -04:00 |
Tobias Koppers
|
b8aa4db294
|
Merge pull request #7332 from webpack/example/split-chunks
add split chunks example
|
2018-05-17 21:32:42 +02:00 |
Tobias Koppers
|
a019edcfdb
|
Merge pull request #7328 from webpack/ci/travis-stages
Reduce the travis load with build stages
|
2018-05-17 21:26:36 +02:00 |
Tobias Koppers
|
5930cf54b9
|
add split chunks example
|
2018-05-17 20:48:16 +02:00 |
Tobias Koppers
|
dff4777a69
|
Merge pull request #7325 from webpack/bugfix/split-chunks-max-requests
update combination when split fails because of max requests
|
2018-05-17 19:38:54 +02:00 |
Tobias Koppers
|
105dd779a4
|
Include StatsTestCases
|
2018-05-17 19:27:51 +02:00 |
Tobias Koppers
|
7453db9ddd
|
Reduce the travis load with build stages
|
2018-05-17 18:14:34 +02:00 |
Tobias Koppers
|
75db965170
|
update combination when split fails because of max requests
fixes #7323
|
2018-05-17 17:44:38 +02:00 |
Tobias Koppers
|
63a4145e3f
|
clear output directory on test start
|
2018-05-17 17:42:00 +02:00 |
Tobias Koppers
|
18d1df9772
|
Merge pull request #7324 from webpack/wasm/more-tests
add all examples from the WebAssembly explorer as tests
|
2018-05-17 10:41:50 +02:00 |
Tobias Koppers
|
cbbe6f8cd0
|
add all examples from the WebAssembly explorer as tests
|
2018-05-17 10:20:28 +02:00 |
Tobias Koppers
|
f59526b533
|
Merge pull request #7320 from webpack/fix/7318
Add a test to check typeof transformation
|
2018-05-16 17:07:26 +02:00 |
Florent Cailhol
|
0d89a45403
|
Add a test to check typeof transformation
|
2018-05-16 13:04:43 +02:00 |
Tobias Koppers
|
800c46e89c
|
Merge pull request #7252 from webpack/feat-cli-support-webpack-command
feat(cli): support `webpack-command`
|
2018-05-16 08:37:24 +02:00 |
Tobias Koppers
|
4c8a8fdcc7
|
Merge pull request #7310 from kleinph/webpack-serve-config
Allow serve property in webpack configuration
|
2018-05-15 17:10:15 +02:00 |
Tobias Koppers
|
4c12b796d7
|
remove unused declarations
|
2018-05-15 17:07:14 +02:00 |
Tobias Koppers
|
92bcb81ede
|
wording, optimizations, types, cleanup
|
2018-05-15 17:06:30 +02:00 |
Philipp Klein
|
d6efad856b
|
Allow serve property in webpack configuration
The server property is used to configure webpack-serve
(https://github.com/webpack-contrib/webpack-serve).
Also adapt tests.
Fixes #7306
|
2018-05-15 16:12:54 +02:00 |
Tobias Koppers
|
8d36df13aa
|
Merge pull request #7307 from webpack/bot/document-on-merge
Improve pull request template and add automatic issue to docs
|
2018-05-15 14:21:07 +02:00 |
Tobias Koppers
|
a8a42b442d
|
typos
|
2018-05-15 11:01:13 +02:00 |
Tobias Koppers
|
7cc9605ea3
|
Improve pull request template and add automatic issue to docs
|
2018-05-15 10:11:57 +02:00 |
Tobias Koppers
|
e449143a03
|
Merge pull request #7286 from BeniCheni/link-webpack1-wiki-supportreadme
Add Brief Description & Link To Webpack 1 "Old" Wiki In README => Support Section
|
2018-05-15 08:58:19 +02:00 |
Tobias Koppers
|
9560af5545
|
Merge pull request #7303 from odedniv/module-not-found
Align 'Cannot find module' message with native NodeJS
|
2018-05-15 08:57:11 +02:00 |
Oded Niv
|
17fd4d8b48
|
Align 'Cannot find module' message with native NodeJS
|
2018-05-15 09:24:16 +03:00 |
Tobias Koppers
|
687c03869f
|
Merge pull request #7270 from webpack/feature/banner_function
Allow banner to be specified as a function
|
2018-05-14 20:14:59 +02:00 |
Sean Larkin
|
51fa786616
|
Merge pull request #7117 from webpack/feature/template-type-support
Feature/template type support
|
2018-05-14 08:08:09 -07:00 |
evilebottnawi
|
5230740f6f
|
feat(cli): support `webpack-command`
|
2018-05-14 17:31:12 +03:00 |
Tobias Koppers
|
c39c963978
|
Merge pull request #7284 from Connormiha/optimize-remove-empty-chunks
Optimize RemoveEmptyChunksPlugin
|
2018-05-13 09:55:42 +02:00 |
BeniCheni
|
b77283e885
|
Update keyword "webpack1" to "webpack 1" support readme for webpack1 wiki
|
2018-05-12 21:11:11 -07:00 |
BeniCheni
|
736ac2645d
|
Update support readme for webpack1 wiki
|
2018-05-12 21:09:04 -07:00 |
Mihail Bodrov
|
8d1d569541
|
Fix remove empty
|
2018-05-13 02:04:06 +03:00 |
Mihail Bodrov
|
9a1eca5e20
|
Optimize RemoveEmptyChunksPlugin
|
2018-05-13 01:15:39 +03:00 |
Tobias Koppers
|
9a72294918
|
4.8.3
|
2018-05-12 22:56:19 +02:00 |
Tobias Koppers
|
de27f0360a
|
Merge pull request #7282 from xtuc/chore-bump-webassemblyjs5
bump webassemblyjs
|
2018-05-12 22:14:54 +02:00 |
Sven SAULEAU
|
51073cd3a1
|
chore: bump webassemblyjs
|
2018-05-12 11:38:09 +02:00 |
Tobias Koppers
|
d5a648b28a
|
Merge pull request #7184 from byzyk/fix/allow-array-in-lib-root
fix: allow array of strings for `output.library.root`
|
2018-05-12 07:36:52 +02:00 |
Tobias Koppers
|
933729554d
|
Merge pull request #7280 from webpack/feature/update-ts-nightly-dep
chore(deps): upgrade typescript nightly
|
2018-05-12 07:34:02 +02:00 |
Tobias Koppers
|
e312d62365
|
Merge pull request #7241 from lencioni/test-docs
Update test readme for Jest
|
2018-05-11 21:12:42 +02:00 |
Tobias Koppers
|
ea7d08c666
|
Merge pull request #7277 from webpack/lint/cache
enable eslint caching
|
2018-05-11 21:09:48 +02:00 |
Sean Larkin
|
81de2d4314
|
chore(deps): upgrade typescript nightly
|
2018-05-11 11:35:44 -07:00 |
Tobias Koppers
|
c92eabd3be
|
4.8.2
|
2018-05-11 18:13:07 +02:00 |
Tobias Koppers
|
8d2f421da6
|
Merge pull request #7254 from xtuc/feat-remove-extra-wasm-decodings
Remove extra wasm decoding
|
2018-05-11 18:07:40 +02:00 |
Tobias Koppers
|
e2c8f3d501
|
remove passing AST, redecode AST in Generator
|
2018-05-11 16:46:33 +02:00 |
Sven SAULEAU
|
38456ead4d
|
chore: bump webassemblyjs
|
2018-05-11 16:16:01 +02:00 |
Tobias Koppers
|
17bcc3c9db
|
enable eslint caching
|
2018-05-11 16:06:20 +02:00 |
Tobias Koppers
|
561e95eb31
|
use const
|
2018-05-11 09:46:16 +02:00 |
Sven SAULEAU
|
912a1a66cc
|
chore: update lock
|
2018-05-10 22:15:24 +02:00 |