
* change layout * change layout * #22 - wip * wip * wip * #22 - wip * #22 - wip * #22 - wip * #22 - wip * #22 - fix * #22 - wip * #22 - added some tests * #22 - wip * #22 - wip * #22 - fix * #22 - wip * #22 - wip * #22 - wip * #22 - fix * #22 - fix * #22 - fix * #22 - fix * #22 - fix * #22 - fix * #22 - cr fixes * #22 - cr fix Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
11 lines
272 B
JavaScript
11 lines
272 B
JavaScript
const mix = require('laravel-mix')
|
|
const webpackConfig = require('./webpack.config')
|
|
|
|
mix.js('resources/js/app.js', 'public/js')
|
|
.vue(3)
|
|
.postCss('resources/css/app.css', 'public/css', [
|
|
require('tailwindcss'),
|
|
])
|
|
.webpackConfig(webpackConfig)
|
|
.sourceMaps()
|