Move back last comments css file
This commit is contained in:
@@ -15,6 +15,10 @@ module.exports = [
|
||||
path: 'public/last-comments.mjs',
|
||||
limit: '33 KB',
|
||||
},
|
||||
{
|
||||
path: 'public/last-comments.css',
|
||||
limit: '6 KB',
|
||||
},
|
||||
{
|
||||
path: 'public/deleteme.mjs',
|
||||
limit: '11 KB',
|
||||
|
||||
@@ -7,8 +7,6 @@ import { loadLocale } from 'utils/loadLocale';
|
||||
import { getLocale } from 'utils/getLocale';
|
||||
import { ListComments } from 'components/list-comments';
|
||||
|
||||
import 'styles/global.css';
|
||||
|
||||
const LAST_COMMENTS_NODE_CLASSNAME = 'remark42__last-comments';
|
||||
const DEFAULT_LAST_COMMENTS_MAX = 15;
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
}
|
||||
</style>
|
||||
<% if (htmlWebpackPlugin.options.env === 'production') { %>
|
||||
<link rel="stylesheet" href="remark42.css" />
|
||||
<link rel="stylesheet" href="last-comments.css" />
|
||||
<% } %>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user