mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
temporarily use file loader for live-reload via plugin
This commit is contained in:
@ -56,7 +56,7 @@ const webpackConfig = {
|
||||
{
|
||||
test: /\.(sc|sa|c)ss$/,
|
||||
use: [
|
||||
devMode ? 'style-loader': MiniCssExtractPlugin.loader,
|
||||
MiniCssExtractPlugin.loader,
|
||||
'css-loader',
|
||||
{
|
||||
loader: 'fast-sass-loader',
|
||||
|
Reference in New Issue
Block a user