chore: update chobitsu

This commit is contained in:
redhoodsu
2022-11-22 00:12:11 +08:00
parent 5363ac75a5
commit dce1aefdd7
8 changed files with 31 additions and 27 deletions

View File

@@ -72,8 +72,13 @@ module.exports = {
},
{
test: /\.css$/,
exclude: /luna-dom-highlighter/,
use: [cssMinifierLoader, 'css-loader', postcssLoader],
},
{
test: /luna-dom-highlighter\.css$/,
use: ['css-loader'],
},
// https://github.com/wycats/handlebars.js/issues/1134
{
test: /\.hbs$/,