-
-
Notifications
You must be signed in to change notification settings - Fork 387
Closed
Description
this is mini-css-extract-plugin config:
plugins: [
new MiniCssExtractPlugin({
filename: "[name].css",
publicPath: "../../../"
})
]
but extract-text-webpack-plugin works as expect:
use: extractStyle.extract({
fallback: "style-loader",
use: [cssLoader],
publicPath: '../../../'
})
craighutch, iifksp, hellomrbigshot, gww666 and Frank-dataReachable