Sha256: 959c3f5b76201c3f6972a0bab580569c1c86f5d45a8525f34044509c3fd766b5
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
## Vite Rails 1.0.12 (2020-01-29) - Add support for Vite 2.0.0-beta.56, which modified the manifest to output a `css` field in the manifest. - Start generating an assets manifest, since 2.0.0-beta.51 stopped including non-JS entrypoints in the manifest. ## Vite Rails 1.0.11 (2020-01-24) - Fix bug in `assetHost` that caused `base` to be configured incorrectly. - Allow installing `vite` and `vite-plugin-ruby` as devDependencies, and install them when precompiling assets. - Move `base` to the configuration root after Vite's update in beta.38 ## Vite Rails 1.0.10 (2020-01-23) - Use `path_to_asset` in `vite_asset_path` so that it's prefixed automatically when using a CDN (`config.action_controller.asset_host`). ## Vite Rails 1.0.9 (2020-01-22) - Ensure `configPath` and `publicDir` are scoped from `root`, both in Ruby and JS. ## Vite Rails 1.0.8 (2020-01-21) - Change the default of `sourceCodeDir` to `app/frontend`, add instructions for folks migrating from a `app/javascript` structure. ## Vite Rails 1.0.7 (2020-01-20) - Add `vite_client_tag` to ensure the Vite client can be loaded in apps that don't use any imports. ## Vite Rails 1.0.6 (2020-01-20) - Ensure running `bin/rake assets:precompile` automatically invokes `vite:build`. ## Vite Rails 1.0.5 (2020-01-20) - Automatically add `<link rel="modulepreload">` and `<link rel="stylesheet">` when using `vite_javascript_tag`, which simplifies usage. ## Vite Rails 1.0.4 (2020-01-19) - Remove Vue specific examples from installation templates, to ensure they always run. ## Vite Rails 1.0.0 (2020-01-18) Initial Version
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vite_rails-1.0.12 | CHANGELOG.md |