Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Apr 7, 2022
1 parent ed93f79 commit d361b79
Show file tree
Hide file tree
Showing 6 changed files with 3,689 additions and 5,872 deletions.
1 change: 0 additions & 1 deletion dist/css/field.css

This file was deleted.

2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"eslint-plugin-vue": "^4.4.0",
"laravel-mix": "^6.0",
"laravel-nova": "^1.0",
"prettier": "^1.14.2"
"prettier": "^1.14.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.50.0",
"sass-loader": "^12.1.0",
"vue-loader": "^16.2.0"
},
"dependencies": {
"animated-scroll-to": "^1.2.2",
Expand Down
70 changes: 0 additions & 70 deletions resources/sass/field.scss

This file was deleted.

1 change: 0 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ let mix = require('laravel-mix')
mix.setPublicPath('dist')
.js('resources/js/field.js', 'js')
.vue({version: 3})
.sass('resources/sass/field.scss', 'dist/css')
.webpackConfig({
externals: {
vue: 'Vue',
Expand Down
Loading

0 comments on commit d361b79

Please sign in to comment.