mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update webpack config
This commit is contained in:
parent
d2e090e8bb
commit
0cd442296d
1 changed files with 0 additions and 4 deletions
4
webpack.mix.js
vendored
4
webpack.mix.js
vendored
|
@ -1,9 +1,5 @@
|
|||
let mix = require('laravel-mix');
|
||||
|
||||
mix.options({
|
||||
purifyCss: true,
|
||||
});
|
||||
|
||||
mix.sass('resources/assets/sass/app.scss', 'public/css', {
|
||||
implementation: require('node-sass')
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue