-
-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Description
In configuration, the explain is
new MiniCssExtractPlugin({
filename:'[name].css',
chunkFilename: '[id].css'
})
But, if I want to save css to other locations like:
new MiniCssExtractPlugin({
filename:'css/[name].css',
chunkFilename: 'css/[id].css'
})
my css file 'background' doesn't work, how could I use it work as before.
PS : Sorry my English is so poor, expected reply.
Metadata
Metadata
Assignees
Labels
No labels