mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix: bundle resources other than js(x)/json in node_modules (#4913)
This commit is contained in:
parent
569b6aab9c
commit
268851fe85
@ -16,8 +16,7 @@ export default class WebpackServerConfig extends WebpackBaseConfig {
|
|||||||
|
|
||||||
normalizeWhitelist() {
|
normalizeWhitelist() {
|
||||||
const whitelist = [
|
const whitelist = [
|
||||||
/\.css$/,
|
/\.(?!js(x|on)?$)/i
|
||||||
/\?vue&type=style/
|
|
||||||
]
|
]
|
||||||
for (const pattern of this.options.build.transpile) {
|
for (const pattern of this.options.build.transpile) {
|
||||||
if (pattern instanceof RegExp) {
|
if (pattern instanceof RegExp) {
|
||||||
|
Loading…
Reference in New Issue
Block a user