Skip to content

Commit

Permalink
Vite 5 (#51)
Browse files Browse the repository at this point in the history
* Run Installation Tests

* Add files to not export

* Update to Vite 5

* Use ansi

* Use composer create-project for statamic project

* Use npm update instead of ci

* Only run on master

* Not necessary

* At this time we don't want to maintain github workflows

---------

Co-authored-by: Jack McDade <[email protected]>
  • Loading branch information
Jubeki and jackmcdade authored May 31, 2024
1 parent 79ea46f commit db88b92
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 45 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
*.php eol=lf
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"laravel-vite-plugin": "^0.7.2",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"dependencies": {
"alpinejs": "^3.9.1"
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
plugins: {
'tailwindcss/nesting': {},
tailwindcss: {},
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
content: [
'./resources/**/*.antlers.html',
'./resources/**/*.blade.php',
Expand Down
41 changes: 0 additions & 41 deletions webpack.mix.js

This file was deleted.

0 comments on commit db88b92

Please sign in to comment.