Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 16, 2023
1 parent e2c6b17 commit 9301f29
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
15 changes: 15 additions & 0 deletions vite-plugin-rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.5.0 (2023-11-16)


### Bug Fixes

* ssr incompatibility with vite 4 ([#345](https://github.com/ElMassimo/vite_ruby/issues/345)) ([3491bde](https://github.com/ElMassimo/vite_ruby/commit/3491bdedad2b0fcb8a1895efa4dafb3874d14efd)), closes [#333](https://github.com/ElMassimo/vite_ruby/issues/333)


### Features

* create vite-plugin-rails, an opinionated version of `vite-plugin-ruby` ([#282](https://github.com/ElMassimo/vite_ruby/issues/282)) ([16375fb](https://github.com/ElMassimo/vite_ruby/commit/16375fb1f6f2bf86dff935ca3aaf91c333a796ff))
* upgrade vite-plugin-rails dependencies to support vite 5 ([b4eade9](https://github.com/ElMassimo/vite_ruby/commit/b4eade9b92413172501df8f762a9c0164633ee95))



## vite-plugin-rails 0.1.0 (2022-10-19)

- Initial Release
2 changes: 1 addition & 1 deletion vite-plugin-rails/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-rails",
"description": "Convention over configuration for using Vite in Rails apps",
"version": "0.1.0",
"version": "0.5.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions vite-plugin-rails/scripts/postbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ if (code !== source) {
}
else {
const message = 'Did not find CJS pattern to replace.'
console.error(message)
throw new Error(message)
console.warn(message)
}

0 comments on commit 9301f29

Please sign in to comment.