This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/webpack.mix.js

8 lines
156 B
JavaScript
Raw Normal View History

2019-01-24 20:43:18 +00:00
let mix = require('laravel-mix')
require('laravel-mix-tailwind')
2019-02-04 23:55:29 +00:00
mix.disableNotifications()
.postCss('assets/css/app.css', 'source/dist')
2019-01-24 20:43:18 +00:00
.tailwind()