mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(webpack) unnecessary escape character
This commit is contained in:
parent
e6cc96e901
commit
18bf29bdcc
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ function devtoolModuleFilenameTemplate(info) {
|
|||
|
||||
function extract(name, extractCss) {
|
||||
return {
|
||||
test: RegExp(`css\/${name}\.css`),
|
||||
test: RegExp(`css/${name}.css`),
|
||||
use: extractCss.extract([
|
||||
isDev ?
|
||||
'css-loader'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue