Skip to content

Commit

Permalink
Memindah @inertiajs/inertia ke production
Browse files Browse the repository at this point in the history
  • Loading branch information
itsfaqih committed Jul 28, 2020
1 parent 7b16cb2 commit 2ed3ea3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"dependencies": {
"@graywolfai/react-heroicons": "^1.0.0",
"@inertiajs/inertia": "^0.1.9",
"axios": "^0.19.2",
"lodash": "^4.17.19",
"react": "^16.13.1",
Expand All @@ -21,7 +22,6 @@
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@inertiajs/inertia": "^0.1.9",
"@inertiajs/inertia-react": "^0.1.6",
"@sentry/browser": "^5.18.1",
"babel-eslint": "^10.1.0",
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
purge: [
'./resources/js/**/*.jsx',
'./resources/views/**/*.blade.php',
],
theme: {
extend: {
Expand Down

0 comments on commit 2ed3ea3

Please sign in to comment.