📜  babel plugins nuxt - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:17.190000             🧑  作者: Mango

代码示例1
module.exports = {
  mode: 'universal',

  /*
  ** a few other things like head, css, modules...
  */

  build: {
      babel: {
        presets: ['what-you-need']
      }
  }
}