mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Add other extensions
This commit is contained in:
parent
7f1bf3d5f0
commit
333e3cf13a
@ -64,7 +64,7 @@ export default function () {
|
||||
// If it's inside node_modules
|
||||
/node_modules/.test(module.context) &&
|
||||
// Do not externalize if the request is a CSS file
|
||||
!/\.css$/.test(module.request)
|
||||
!/\.(css|less|scss|sass|styl|stylus)$/.test(module.request)
|
||||
)
|
||||
}
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user