We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44270f8 commit 1a38c90Copy full SHA for 1a38c90
resources/css/filament.css
webpack.mix.js
@@ -16,7 +16,6 @@ mix.disableNotifications();
16
17
mix.js('resources/js/app.js', 'public/js').react()
18
.postCss('resources/css/app.css', 'public/css')
19
- .postCss('resources/css/filament.css', 'public/css')
20
.webpackConfig({
21
output: { chunkFilename: 'js/[name].js?id=[chunkhash]' },
22
resolve: {
0 commit comments