webpack() {
    if (this.answers['bundler'] == 'webpack') {
      // console.log('Writing webpack')
      this.fs.copy(path.resolve(TREEFROG_TEMPLATE, 'lib/webpack/webpack.config.js'), this.destinationPath('webpack.config.js'))
      // Add to Package