mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 04:16:34 +03:00
include style-loader
This commit is contained in:
parent
64471c649a
commit
f0f1e4805b
|
@ -82,11 +82,16 @@ export default env => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
loader: 'css-loader',
|
use: [
|
||||||
options: {
|
'style-loader',
|
||||||
sourceMap: true,
|
{
|
||||||
minimize: true,
|
loader: 'css-loader',
|
||||||
},
|
options: {
|
||||||
|
sourceMap: true,
|
||||||
|
minimize: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{ enforce: 'pre', test: /\.js$/, loader: 'source-map-loader' },
|
{ enforce: 'pre', test: /\.js$/, loader: 'source-map-loader' },
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user