Skip to content

Commit

Permalink
fix(build): transpile template literals with babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Wejendorp committed Jun 27, 2018
1 parent c3c080c commit 6d656ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
require.resolve('babel-plugin-transform-class-properties'),
require.resolve('babel-plugin-transform-object-rest-spread'),
require.resolve('babel-plugin-minify-dead-code-elimination'),
require.resolve('babel-plugin-transform-es2015-shorthand-properties')
require.resolve('babel-plugin-transform-es2015-shorthand-properties'),
require.resolve('babel-plugin-transform-es2015-template-literals')
].filter(Boolean)
};

0 comments on commit 6d656ad

Please sign in to comment.