mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
parent
b8949db767
commit
05c7a81630
@ -110,6 +110,12 @@ const config = {
|
||||
new MiniCssExtractPlugin({
|
||||
filename: '[name].css',
|
||||
chunkFilename: '[name].css'
|
||||
}),
|
||||
// Add a UTF-8 BOM to CSS output to avoid random mojibake
|
||||
new webpack.BannerPlugin({
|
||||
test: /.*Theme\.css$/,
|
||||
raw: true,
|
||||
banner: '@charset "UTF-8";',
|
||||
})
|
||||
],
|
||||
module: {
|
||||
|
Loading…
Reference in New Issue
Block a user