зеркало из
1
0
Форкнуть 0
Граф коммитов

22 Коммитов

Автор SHA1 Сообщение Дата
Ben Gourley 59ccdb6fff
Merge branch 'master' into webpack-5-compat 2020-12-16 16:52:48 +00:00
Hadrien de Cuzey fe9406ddf2 Update tests configs to also run tests against webpack 5 2020-12-04 08:23:52 +02:00
Ben Gourley c2b29996f9 test: Ensure tests pass on Node 14
The transitive dependency on Pez (multipart parser) seems to have
a bug where it calls the callback twice. Rather than rewrite the
tests to use a different module, using "once" on the callback
ensures we get it called once with the expected args.
2020-11-09 10:39:07 +00:00
Ben Gourley 33a044b708 Upgrade to new @bugsnag/source-maps module 2020-11-06 17:08:42 +00:00
Dan Skinner f8fd543dce
chore: fix linting 2020-01-28 10:48:41 +00:00
Dan Skinner 457520b2d4
test: add test coverage for codeBundleId support 2020-01-28 10:45:35 +00:00
Ben Gourley 1227df892f test: Add a failing test for new webpack output.futureEmitAssets option 2019-03-13 11:07:08 +00:00
Ben Gourley 7d641a3294 Merge branch 'master' into bengourley/extensions 2019-01-16 11:32:46 +00:00
Ben Gourley 30bd46e59f feat: Use an ignore list rather than include list and make option name more descriptive 2019-01-16 11:26:48 +00:00
Ben Gourley 36baf886e4 test: Don't run webpack4 based test on webpack 3 2019-01-14 13:38:20 +00:00
Ben Gourley cd98e411a6 feat: Improve source file lookup
It's possible to configure the source map plugin to put source maps in a different directory than
the output bundles. This change allows the source of the bundle to be found based on matching file
names (per chunk) rather than by entire matching path.

Fixes #20.
2019-01-14 12:06:36 +00:00
Ben Gourley 4af27fb29e feat: Add whitelist of extensions to upload (defaults to [ '.js' ] )
CSS files (and maps for them) were being uploaded for no good reason. This feature adds a whitelist
of bundle file extensions to upload source maps for. It is unlikely that anyone will ever need
anything but ".js" but the option is there just in case.

Fixes #24.
2019-01-14 10:31:01 +00:00
Ben Gourley ec70d00356 test: Add test scenario for multiple maps per chunk 2018-06-26 15:40:39 +01:00
Ben Gourley e3190092c0 This hash is not stable across machines 2018-02-20 15:48:35 +00:00
Ben Gourley e6d90dffd5 Tweak .gitignore for test fixtures 2018-02-20 15:42:17 +00:00
Ben Gourley 5a163be44f URL constructor wasn't added until v7 2018-02-20 15:19:01 +00:00
Ben Gourley 495fc76513 Update readme and improve url resolution 2018-02-20 14:54:53 +00:00
Ben Gourley 389532b0ac Add tests for source map upload 2018-02-20 14:22:04 +00:00
Ben Gourley e3518f07db Fix tests on node v4 2018-01-12 17:17:06 +00:00
Ben Gourley defc7ebf0c Bump dep and only send buildTool name 2018-01-11 16:59:48 +00:00
Ben Gourley deac200a9c Set buildTool property 2018-01-11 13:40:46 +00:00
Ben Gourley 6420100e99 WIP 2018-01-10 14:57:04 +00:00