wip
This commit is contained in:
10
nova-components/InventoryHistoryItems/webpack.mix.js
Normal file
10
nova-components/InventoryHistoryItems/webpack.mix.js
Normal file
@@ -0,0 +1,10 @@
|
||||
let mix = require('laravel-mix')
|
||||
|
||||
require('./nova.mix')
|
||||
|
||||
mix
|
||||
.setPublicPath('dist')
|
||||
.js('resources/js/field.js', 'js')
|
||||
.vue({ version: 3 })
|
||||
.css('resources/css/field.css', 'css')
|
||||
.nova('nurmuhammet/inventory-history-items')
|
||||
Reference in New Issue
Block a user