Nuxt/lib/webpack
Walter Ye e7bcdc736e pass 'this nuxt' context in extend webpack config
// nuxt.config
build: {
    extend (config, {dev, isClient}) {
      // get this context here
      config.resolve.alias['~services'] = join(this.srcDir, 'services');
    },
}
2017-04-01 13:34:09 +08:00
..
base.config.js Add common pre-processors in nuxt 2017-03-25 03:38:19 +01:00
client.config.js pass 'this nuxt' context in extend webpack config 2017-04-01 13:34:09 +08:00
server.config.js Disable performance hints for SSR 2017-03-27 18:06:57 +02:00
vue-loader.config.js Improve webpack config 2017-03-24 01:28:04 +01:00