Skip to content

chore(webpack): 自定义解析文件的扩展名#284

Open
AllenChinese wants to merge 1 commit intoTaleLin:masterfrom
AllenChinese:feat-customize-resolve-extensions
Open

chore(webpack): 自定义解析文件的扩展名#284
AllenChinese wants to merge 1 commit intoTaleLin:masterfrom
AllenChinese:feat-customize-resolve-extensions

Conversation

@AllenChinese
Copy link

Use command: vue inspect --mode=development > output.js
Before:

extensions: [
      '.mjs',
      '.js',
      '.jsx',
      '.vue',
      '.json',
      '.wasm',
      '.js',
      '.json',
      '.vue',
      '.scss',
      '.html'
    ]

Right Now:

    extensions: [
      '.js',
      '.json',
      '.vue',
      '.scss',
      '.html'
    ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments