Skip to content

Commit

Permalink
Create webpack.mix.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Keko-94 authored Aug 10, 2023
1 parent 235d24e commit 10390f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
let mix = require('laravel-mix')

require('./nova.mix')

mix
.setPublicPath('dist')
.js('resources/js/field.js', 'js')
.vue({ version: 3 })
.sass('resources/sass/field.scss', 'css')
.nova('whitecube/nova-flexible-content');

0 comments on commit 10390f6

Please sign in to comment.