Tobias Koppers
|
4105297de6
|
Merge branch 'next' into deprecation/webpack-3
|
2017-09-11 11:26:44 +02:00 |
Filipe Silva
|
2f30174d15
|
fix: replace for..of to prevent v8 deoptimization
According to https://github.com/GoogleChrome/devtools-docs/issues/53#issuecomment-319107156, use of `for...of` statements will cause a deopt in some versions of v8.
In a my particular case these two changes reduced 1.6 seconds in a big rebuild.
|
2017-08-29 14:35:37 +01:00 |
Tobias Koppers
|
5e46fff39d
|
Simplify code a little bit
|
2017-07-18 14:28:12 +02:00 |
Evan Scott
|
7a1630b108
|
refactor: collapse several array iterators into single reduce
|
2017-07-17 01:33:59 -04:00 |
Tobias Koppers
|
edd6228ac1
|
fix linting
|
2017-07-08 12:25:52 +02:00 |
Tobias Koppers
|
3dfa75e60d
|
generate source map names globally
|
2017-07-07 12:55:11 +02:00 |
Tobias Koppers
|
5e84167fbd
|
remove deprecated stuff
|
2017-06-14 14:41:02 +02:00 |
Tobias Koppers
|
e7474b1b8b
|
fixup for source-map contenthash
|
2017-06-05 09:46:01 +02:00 |
Rafael De Leon
|
84b6554f98
|
Enable use of sourceMapFilename: "[file].map?[contenthash]" as a useful workaround for this bug in chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=508270
|
2017-06-02 10:06:18 -07:00 |
Tobias Koppers
|
0990915ad8
|
spacing
|
2017-04-13 08:07:52 +02:00 |
Tobias Koppers
|
d8a8bd329b
|
deprecate string option instead of removing it
|
2017-04-13 08:06:56 +02:00 |
e-cloud
|
52055ba07e
|
refactor: dead code elimination
remove those code not defined but used;
remove unused code
|
2017-04-11 19:43:05 +08:00 |
Tobias Koppers
|
7d142780de
|
change Buffer.from to new Buffer
|
2017-04-09 10:08:15 +02:00 |
Will Mendes
|
127cd7898b
|
refactor(SourceMapDevToolPlugin): upgrade to ES6
|
2017-04-07 20:14:19 +10:00 |
Tobias Koppers
|
546fe6dfc1
|
fixes #4086
|
2017-01-25 22:57:27 +01:00 |
Sean Larkin
|
72226db030
|
add missing disable line
|
2017-01-17 00:32:42 -06:00 |
Sean Larkin
|
91c1f35e05
|
fix(node): rollback changes of Buffer.from to new Buffer() and bump down travis to 4.3 min node v
|
2017-01-16 23:57:27 -06:00 |
Sean Larkin
|
7327ee608a
|
chore(eslint): added eslint-node-plugin (#3652)
|
2016-12-30 17:13:49 -06:00 |
Tobias Koppers
|
28776e28f3
|
added sourceRoot option for SourceMap plugins
simplified option passing
fixes #238
|
2016-05-05 10:24:18 +02:00 |
Tobias Koppers
|
5d981fe3d5
|
Option noSources that removes sourcesContent from sourcemaps. Also available as "nosources" in devtool option.
Picked from #2213
|
2016-04-10 23:37:17 +02:00 |
Kenny Tran
|
eebc5ceaf6
|
Fix no-redeclare in code
|
2016-01-18 18:57:42 -08:00 |
Tobias Koppers
|
5bfc68aacb
|
Merge branch 'master' of https://github.com/webpack/webpack
|
2016-01-03 21:44:02 +01:00 |
Tobias Koppers
|
ded70aef28
|
moves stuff from webpack-core to webpack-sources
|
2015-12-29 17:44:55 +01:00 |
nanzhu
|
af4c2e88c0
|
Set charset as 'utf-8' in sourcemap plugin
by adding 'charset=utf-8;'.
|
2015-12-24 10:50:22 +08:00 |
Tobias Koppers
|
5879483eb1
|
fixed formating
|
2015-10-31 15:31:10 +01:00 |
Tobias Koppers
|
0f0ede8a2c
|
removed deprecated parameters for plugins
|
2015-10-28 23:26:52 +01: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 |
Jordan Sexton
|
4c4ac7bdb6
|
Allow CSS source maps by default
|
2015-04-13 14:17:29 -05:00 |
Tobias Koppers
|
348c38b3f9
|
allow missing source in SourceMap #954
|
2015-04-08 15:10:09 +02:00 |
Tobias Koppers
|
0f3a9cd199
|
removed debugging line
|
2015-04-08 08:10:43 +02:00 |
Tobias Koppers
|
0431b74149
|
added cheap-source-map and lineToLine option
|
2015-04-05 01:52:30 +02:00 |
Tobias Koppers
|
92f53176a2
|
use sourceAndMap is available
|
2015-04-03 12:38:56 +02:00 |
Sebastien Barre
|
9cbce108f1
|
Factorize code with UglifyJSPlugin
|
2015-03-20 14:00:39 -04:00 |
Sebastien Barre
|
6deb702490
|
Another stab at excluding source maps based on Tobias input
|
2015-03-19 11:30:52 -04:00 |
Sebastien Barre
|
31ee49b95c
|
First stab at SourceMapDevToolPlugin excludeChunks option
|
2015-03-17 14:53:14 -04:00 |
Tobias Koppers
|
9b7117942f
|
fixed #853
with test
|
2015-03-04 07:45:26 +01:00 |
Tobias Koppers
|
56fb0fe6d9
|
fixed bug with `null` as first arg to source-map
|
2015-03-03 23:41:28 +01:00 |
Tobias Koppers
|
a547d9084c
|
cheapMode for SourceMapPlugin
|
2015-02-19 01:11:29 +01:00 |
Tobias Koppers
|
04121c81d4
|
add SourceMap file to chunk.file even in cached case
fixes webpack/extract-text-webpack-plugin#24
|
2014-09-24 12:50:11 +02:00 |
Tobias Koppers
|
dd232012ca
|
Merge pull request #427 from diurnalist/feature/templated-path-plugin-sq
Add TemplatedPathPlugin to generically handle asset paths w/ template vars
|
2014-09-11 19:09:17 +02:00 |
Jason Anderson
|
f371945a29
|
Add TemplatedPathPlugin
|
2014-09-11 15:31:08 +02:00 |
Tobias Koppers
|
e0f975eb9e
|
fixes webpack/extract-text-webpack-plugin#14
|
2014-09-07 22:54:38 +02:00 |
Tobias Koppers
|
6f2be891c2
|
added 'hidden-sourcemap' devtool
fixes #437
|
2014-08-28 15:13:05 +02:00 |
Tobias Koppers
|
15e83490b8
|
Find duplicates globally. Don't fallback shortest.
fixes #363
|
2014-07-26 17:54:00 +02:00 |
Tobias Koppers
|
d7e50e5da3
|
Better filenames in dev tools
|
2014-07-18 13:31:50 +02:00 |
Dan Abramov
|
28a7677981
|
Make source map generated filenames configurable and use [name]?[loaders] by default
|
2014-07-18 02:58:01 +04:00 |
Tobias Koppers
|
572ebfcd51
|
use correct (relative) url to source map
|
2014-07-16 20:57:10 +02:00 |
Tobias Koppers
|
3efb71500a
|
fixes #316
|
2014-06-17 21:50:19 +02:00 |