lin-cms-vue icon indicating copy to clipboard operation
lin-cms-vue copied to clipboard

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

Open AllenChinese opened this issue 5 years ago • 0 comments

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'
    ]

AllenChinese avatar Dec 31 '19 04:12 AllenChinese