rollup-plugin-rebase icon indicating copy to clipboard operation
rollup-plugin-rebase copied to clipboard

The Rollup Rebase Plugin copies static assets as required from your JavaScript code to the destination folder and adjusts the references in there to point to the new location.

Results 14 rollup-plugin-rebase issues
Sort by recently updated
recently updated
newest added

To make this work with rollup 3.29.2, I had to add the configuration option ```makeAbsoluteExternalsRelative: true```

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Is it possible to add an option to skip adding hashes to filenames? I See it was suggested in part of #42, but mixed in with a larger change, and...

Bumps [terser](https://github.com/terser/terser) from 5.12.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I have a react project where I need to show some images (png). I've tried using the example from the [docs](https://github.com/sebastian-software/rollup-plugin-rebase#usage). When building I get this error: > [!] Error:...

Hi! I am in process of building library components. I decided to use rollup and a set of plugins including `rollup-plugin-rebase` to manage assets and `rollup-plugin-multi-input` to parse code. It...

Add option to disable hashing of filenames, so they can remain the same (useful for libraries)