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() {
|
||||
const whitelist = [
|
||||
/\.css$/,
|
||||
/\?vue&type=style/
|
||||
/\.(?!js(x|on)?$)/i
|
||||
]
|
||||
for (const pattern of this.options.build.transpile) {
|
||||
if (pattern instanceof RegExp) {
|
||||
|
Loading…
Reference in New Issue
Block a user