npm run dev fails : ValidationError: Invalid options object

前端 未结 6 870
梦如初夏
梦如初夏 2020-12-30 19:35

Currently learning Vue js and express js through some tutorials, I am still newbie regarding these technologies.

Anyway following the tutorials I am building a smal

6条回答
  •  -上瘾入骨i
    2020-12-30 20:25

    After updating to 3.11 a new template appeared

      plugins: [
        new CopyPlugin({
          patterns: [
            { from: 'source', to: 'dest' },
            { from: 'other', to: 'public' },
          ],
        }),
      ],
    

提交回复
热议问题