mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
Load css at the bottom of the head (#2597)
This commit is contained in:
@@ -197,14 +197,14 @@ module.exports = {
|
||||
{
|
||||
loader: require.resolve('style-loader'),
|
||||
options: {
|
||||
insertAt: 'top',
|
||||
insertAt: 'bottom',
|
||||
},
|
||||
},
|
||||
{
|
||||
loader: require.resolve('css-loader'),
|
||||
options: {
|
||||
importLoaders: 1,
|
||||
insertAt: 'top',
|
||||
insertAt: 'bottom',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user