fix: bundle resources other than js(x)/json in node_modules (#4913)

This commit is contained in:
Xin Du (Clark) 2019-02-01 16:04:06 +00:00 committed by Clark Du
parent 3516580701
commit 71a70fe56c
1 changed files with 1 additions and 2 deletions

View File

@ -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) {