Skip to content

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

1 participant