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

7 lines
146 B
JavaScript
Raw Normal View History

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