Skip to content

Commit b499cec

Browse files
ElMassimoSDRACK
authored andcommitted
release: vite-plugin-rails@0.5.0
1 parent f90bf31 commit b499cec

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

vite-plugin-rails/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.5.0 (2023-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
8+
9+
### Features
10+
11+
* 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))
12+
* upgrade vite-plugin-rails dependencies to support vite 5 ([b4eade9](https://github.com/ElMassimo/vite_ruby/commit/b4eade9b92413172501df8f762a9c0164633ee95))
13+
14+
15+
116
## vite-plugin-rails 0.1.0 (2022-10-19)
217

318
- Initial Release

vite-plugin-rails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-rails",
33
"description": "Convention over configuration for using Vite in Rails apps",
4-
"version": "0.1.0",
4+
"version": "0.5.0",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

vite-plugin-rails/scripts/postbuild.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ if (code !== source) {
1818
}
1919
else {
2020
const message = 'Did not find CJS pattern to replace.'
21-
console.error(message)
22-
throw new Error(message)
21+
console.warn(message)
2322
}

0 commit comments

Comments
 (0)