0.6.3 • Published 5 years ago

rollup-plugin-sourcemaps v0.6.3

Weekly downloads
361,176
License
MIT
Repository
github
Last release
5 years ago

rollup-plugin-sourcemaps

npm Build Status Coverage Status

Rollup plugin for loading files with existing source maps. Inspired by webpack/source-map-loader.

Works with rollup 0.31.2 or later.

If you use rollup-plugin-babel, you might be able to use the inputSourceMap option instead of this plugin.

Why?

  • You transpile your files with source maps before bundling with rollup
  • You consume external modules with bundled source maps

Usage

import sourcemaps from 'rollup-plugin-sourcemaps';

export default {
  input: 'src/index.js',
  plugins: [sourcemaps()],
  output: {
    sourcemap: true,
    file: 'dist/my-awesome-package.js',
  },
};
@zelty/ui-kit-order@giveerr/rollpkgesnext-web-modulesjsxtaltsdx-extra@nodesoccoop/angular-ncr-srcsreact-form-typescriptlittle-dev-serverplugin-web-modulesesnext-server@fle.cli/react-build@compensar/proveedores-buildergql_din_mod@ionic/e2eexport-tsbackfr-builderexpand-react-bridge@everything-registry/sub-chunk-2681@leijingdao/tsdx@typhonjs-node-rollup/plugin-sourcemapsmodcoltaskvue-histogram-dual-rangewebchexg-pdf-rendererstandalone-moduletestapasvbthor-adminutsdxvibemap-constants@dongnguyen/image-cropperjsl_kitjxt-rollpkghighlight-md-cphfcl-design-systemholek_oc_modal_componentgrids-over-polygonhandrollhcode-coregulpfile-confighwoa-rang-gpulibundlerlinear-regressionleetbundlelib-creatorlujcylundlemama-exporterlzx-requestlandaktortestzsoltb@weiran.zsd/tsdx@valy/tsd@wangly19/tool-kit@tsdi/pack@ts-ioc/pack@typhonjs-oclif-rollup/plugin-sourcemaps@types/rollup-plugin-sourcemaps@thinkincoin-libs/token-lists@tiendeo/content-common-node-functions@uicricket/uitest@tushar6698/js-library@tushar6698/react-library@tszip/tszip@unfig/toolkit-rollup-stdlib@torswap/tor-token-lists@tinalabs/tinacms-plugin-utils@traitsniper/web3-react-connector@traitsniper/web3-react-v6-connector@testneumz/nabc-lib@vinceau/tsdx@useweb3/tsdx@xswap/token-lists@yuyi919/build-tools@zerollup/preset-ts@zerollup/rollup-preset-ts@zh0st/evm-chains@zerico/rollup-scriptamber-toolsadvanced-modulesadvanced-modules-mfgangular-package-builderaxonv2sdkastra-ufo-sdkant-design-draggable-modal-4ant-design-draggable-modal-fixant-design-draggable-modal-fix-2async-busbackend-testing-coreforeach-tsdxfugaillodtextdskcorenewehr-menetlus-yld-uienimconsequatures-react-bridgeen-pluginex-ikon-components-libraryexplicaboinventore
0.6.3

5 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago