Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created May 25, 2017 14:20
Show Gist options
  • Select an option

  • Save vuejsdevelopers/0f23abdd8ae8e403a911fd0587940a5f to your computer and use it in GitHub Desktop.

Select an option

Save vuejsdevelopers/0f23abdd8ae8e403a911fd0587940a5f to your computer and use it in GitHub Desktop.
Using JSX with Vue.js - Snippet 08
{
test: /\.js$/,
exclude: [/node_modules/],
use: [{
loader: 'babel-loader',
options: { presets: ['es2015'], plugins: ['transform-vue-jsx'] }
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment