babel plugins nuxt

Solutions on MaxInterview for babel plugins nuxt by the best coders in the world

showing results for - "babel plugins nuxt"
Giada
20 Aug 2019
1module.exports = {
2  mode: 'universal',
3
4  /*
5  ** a few other things like head, css, modules...
6  */
7
8  build: {
9      babel: {
10        presets: ['what-you-need']
11      }
12  }
13}